Paul Hager
commited on
Commit
·
d871305
1
Parent(s):
8311d1c
Added OpenBioLLM
Browse files
MIMIC-CDM-FI/{Llama3.Instruct → Llama3.1Instruct}/results_2024-07-26T00-00-00.json
RENAMED
File without changes
|
MIMIC-CDM-FI/Llama3Instruct/results_2024-07-04T00-00-00.json
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
{
|
2 |
"config": {
|
3 |
"model_quantization_bits": 4,
|
4 |
-
"model_quantization_group_size": 32,
|
5 |
-
"model_quantization_act_order": "True",
|
6 |
-
"model_quantization_damp": 0.1,
|
7 |
"max_sequence_length": 8192,
|
8 |
"params": 70,
|
9 |
"model_name": "meta-llama/Meta-Llama-3-70B-Instruct"
|
|
|
1 |
{
|
2 |
"config": {
|
3 |
"model_quantization_bits": 4,
|
|
|
|
|
|
|
4 |
"max_sequence_length": 8192,
|
5 |
"params": 70,
|
6 |
"model_name": "meta-llama/Meta-Llama-3-70B-Instruct"
|
MIMIC-CDM-FI/OpenBioLLM/results_2024-07-04T00-00-00.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"config": {
|
3 |
+
"model_quantization_bits": 4,
|
4 |
+
"max_sequence_length": 8192,
|
5 |
+
"params": 70,
|
6 |
+
"model_name": "aaditya/Llama3-OpenBioLLM-70B "
|
7 |
+
},
|
8 |
+
"results": {
|
9 |
+
"Appendicitis": {
|
10 |
+
"acc": 0.963
|
11 |
+
},
|
12 |
+
"Cholecystitis": {
|
13 |
+
"acc": 0.525
|
14 |
+
},
|
15 |
+
"Diverticulitis": {
|
16 |
+
"acc": 0.479
|
17 |
+
},
|
18 |
+
"Pancreatitis": {
|
19 |
+
"acc": 0.710
|
20 |
+
}
|
21 |
+
}
|
22 |
+
}
|