Paul Hager
commited on
Commit
·
fde0513
1
Parent(s):
d871305
Added Llama 3.3
Browse files
MIMIC-CDM-FI/Llama3.3Instruct/results_2024-12-20T00-00-00.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"model_quantization_bits": 4,
|
4 |
+
"max_sequence_length": 128000,
|
5 |
+
"params": 70,
|
6 |
+
"model_name": "meta-llama/Llama-3.3-70B-Instruct"
|
7 |
+
},
|
8 |
+
"results": {
|
9 |
+
"Appendicitis": {
|
10 |
+
"acc": 0.975
|
11 |
+
},
|
12 |
+
"Cholecystitis": {
|
13 |
+
"acc": 0.730
|
14 |
+
},
|
15 |
+
"Diverticulitis": {
|
16 |
+
"acc": 0.693
|
17 |
+
},
|
18 |
+
"Pancreatitis": {
|
19 |
+
"acc": 0.710
|
20 |
+
}
|
21 |
+
}
|
22 |
+
}
|