Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
Dask
Paul Hager commited on
Commit
1c8e20b
·
1 Parent(s): 49d12a0

Added all results

Browse files
MIMIC-CDM-FI/ClinicalCamel/results_2024-07-04T00-00-00.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_quantization_bits": "4 bit",
4
+ "model_quantization_group_size": 32,
5
+ "model_quantization_act_order": "True",
6
+ "model_quantization_damp": 0.1,
7
+ "model_sequence_length": 4096,
8
+ "#Params (B)": 70,
9
+ "model_name": "wanglab/ClinicalCamel-70B"
10
+ },
11
+ "results": {
12
+
13
+
14
+ "Appendicitis": {
15
+ "acc": 0.966
16
+ },
17
+ "Cholecystitis": {
18
+ "acc": 0.724
19
+ },
20
+ "Diverticulitis": {
21
+ "acc": 0.553
22
+ },
23
+ "Pancreatitis": {
24
+ "acc": 0.682
25
+ }
26
+ }
27
+ }
MIMIC-CDM-FI/Llama2Chat/results_2024-07-04T00-00-00.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_quantization_bits": "4 bit",
4
+ "model_quantization_group_size": 32,
5
+ "model_quantization_act_order": "True",
6
+ "model_quantization_damp": 0.1,
7
+ "model_sequence_length": 4096,
8
+ "#Params (B)": 70,
9
+ "model_name": "TheBloke/Llama-2-70B-Chat-GPTQ"
10
+ },
11
+ "results": {
12
+ "Appendicitis": {
13
+ "acc": 0.951
14
+ },
15
+ "Cholecystitis": {
16
+ "acc": 0.481
17
+ },
18
+ "Diverticulitis": {
19
+ "acc": 0.440
20
+ },
21
+ "Pancreatitis": {
22
+ "acc": 0.480
23
+ }
24
+ }
25
+ }
MIMIC-CDM-FI/Llama3Instruct/results_2024-07-04T00-00-00.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_quantization_bits": "4 bit",
4
+ "model_quantization_group_size": 32,
5
+ "model_quantization_act_order": "True",
6
+ "model_quantization_damp": 0.1,
7
+ "model_sequence_length": 4096,
8
+ "#Params (B)": 70,
9
+ "model_name": "meta-llama/Meta-Llama-3-70B-Instruct"
10
+ },
11
+ "results": {
12
+ "Appendicitis": {
13
+ "acc": 0.978
14
+ },
15
+ "Cholecystitis": {
16
+ "acc": 0.483
17
+ },
18
+ "Diverticulitis": {
19
+ "acc": 0.693
20
+ },
21
+ "Pancreatitis": {
22
+ "acc": 0.745
23
+ }
24
+ }
25
+ }
MIMIC-CDM-FI/Meditron/results_2024-07-04T00-00-00.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_quantization_bits": "4 bit",
4
+ "model_quantization_group_size": 32,
5
+ "model_quantization_act_order": "True",
6
+ "model_quantization_damp": 0.1,
7
+ "model_sequence_length": 4096,
8
+ "#Params (B)": 70,
9
+ "model_name": "TheBloke/meditron-70B-GPTQ"
10
+ },
11
+ "results": {
12
+
13
+
14
+ "Appendicitis": {
15
+ "acc": 0.967
16
+ },
17
+ "Cholecystitis": {
18
+ "acc": 0.194
19
+ },
20
+ "Diverticulitis": {
21
+ "acc": 0.447
22
+ },
23
+ "Pancreatitis": {
24
+ "acc": 0.749
25
+ }
26
+ }
27
+ }
MIMIC-CDM-FI/OASST/results_2024-07-04T00-00-00.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_quantization_bits": "4 bit",
4
+ "model_quantization_group_size": 32,
5
+ "model_quantization_act_order": "True",
6
+ "model_quantization_damp": 0.1,
7
+ "model_sequence_length": 4096,
8
+ "#Params (B)": 70,
9
+ "model_name": "TheBloke/Llama2-70B-OASST-SFT-v10-GPTQ"
10
+ },
11
+ "results": {
12
+ "Appendicitis": {
13
+ "acc": 0.969
14
+ },
15
+ "Cholecystitis": {
16
+ "acc": 0.614
17
+ },
18
+ "Diverticulitis": {
19
+ "acc": 0.482
20
+ },
21
+ "Pancreatitis": {
22
+ "acc": 0.645
23
+ }
24
+ }
25
+ }
MIMIC-CDM-FI/WizardLM/results_2024-07-04T00-00-00.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "model_quantization_bits": "4 bit",
4
+ "model_quantization_group_size": 32,
5
+ "model_quantization_act_order": "True",
6
+ "model_quantization_damp": 0.1,
7
+ "model_sequence_length": 4096,
8
+ "#Params (B)": 70,
9
+ "model_name": "TheBloke/WizardLM-70B-V1.0-GPTQ"
10
+ },
11
+ "results": {
12
+ "Appendicitis": {
13
+ "acc": 0.964
14
+ },
15
+ "Cholecystitis": {
16
+ "acc": 0.373
17
+ },
18
+ "Diverticulitis": {
19
+ "acc": 0.529
20
+ },
21
+ "Pancreatitis": {
22
+ "acc": 0.738
23
+ }
24
+ }
25
+ }