Paul Hager
commited on
Commit
·
29bad61
1
Parent(s):
629c373
Added other gemma quantizations
Browse files
MIMIC-CDM-FI/Gemma2_27BIT_16bit/gemma2_27b_8bit.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"model_quantization_bits": 16,
|
4 |
+
"max_sequence_length": 8192,
|
5 |
+
"params": 27,
|
6 |
+
"model_name": "google/gemma-2-27b"
|
7 |
+
},
|
8 |
+
"results": {
|
9 |
+
"Appendicitis": {
|
10 |
+
"acc": 0.981
|
11 |
+
},
|
12 |
+
"Cholecystitis": {
|
13 |
+
"acc": 0.867
|
14 |
+
},
|
15 |
+
"Diverticulitis": {
|
16 |
+
"acc": 0.696
|
17 |
+
},
|
18 |
+
"Pancreatitis": {
|
19 |
+
"acc": 0.695
|
20 |
+
}
|
21 |
+
}
|
22 |
+
}
|
MIMIC-CDM-FI/Gemma2_27BIT_4bit/gemma2_27b_4bit.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"model_quantization_bits": 4,
|
4 |
+
"max_sequence_length": 8192,
|
5 |
+
"params": 27,
|
6 |
+
"model_name": "google/gemma-2-27b"
|
7 |
+
},
|
8 |
+
"results": {
|
9 |
+
"Appendicitis": {
|
10 |
+
"acc": 0.981
|
11 |
+
},
|
12 |
+
"Cholecystitis": {
|
13 |
+
"acc": 0.861
|
14 |
+
},
|
15 |
+
"Diverticulitis": {
|
16 |
+
"acc": 0.712
|
17 |
+
},
|
18 |
+
"Pancreatitis": {
|
19 |
+
"acc": 0.699
|
20 |
+
}
|
21 |
+
}
|
22 |
+
}
|
MIMIC-CDM-FI/{Gemma2_27BIT/results_2025-02-07T00-00-00.json → Gemma2_27BIT_8bit/gemma2_27b_8bit.json}
RENAMED
File without changes
|