Bram Vanroy
commited on
Commit
·
aa0752f
1
Parent(s):
ce0f0e5
Add evals for GEITje-ultra on hellaswag_nl
Browse files[BramVanroy/GEITje-ultra](https://huggingface.co/BramVanroy/GEITje-ultra) results for hellaswag_nl
evals/hellaswag/hellaswag_nl_GEITje-ultra.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"results": {
|
3 |
+
"hellaswag_nl": {
|
4 |
+
"acc": 0.535887749595251,
|
5 |
+
"acc_stderr": 0.005181424297774049,
|
6 |
+
"acc_norm": 0.6670264436049649,
|
7 |
+
"acc_norm_stderr": 0.0048964026564578735
|
8 |
+
}
|
9 |
+
},
|
10 |
+
"versions": {
|
11 |
+
"hellaswag_nl": 1
|
12 |
+
},
|
13 |
+
"config": {
|
14 |
+
"model": "hf-auto",
|
15 |
+
"model_args": "pretrained=BramVanroy/GEITje-ultra-dpo-1e-07lr-0.01b-1ep-128tbs,use_accelerate=True,device_map_option=auto,dtype=auto,trust_remote_code=True",
|
16 |
+
"batch_size": 2,
|
17 |
+
"device": "cuda",
|
18 |
+
"no_cache": false,
|
19 |
+
"limit": null,
|
20 |
+
"bootstrap_iters": 100000,
|
21 |
+
"description_dict": {}
|
22 |
+
}
|
23 |
+
}
|
evals/models.json
CHANGED
@@ -21,7 +21,15 @@
|
|
21 |
"model_name": "Rijgersberg/GEITje-7b-chat-v2",
|
22 |
"model_type": "fine-tuned",
|
23 |
"num_parameters": 7241732096,
|
24 |
-
"quantization":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
},
|
26 |
"gpt-neo-1.3b-dutch": {
|
27 |
"compute_dtype": "bfloat16",
|
@@ -207,4 +215,4 @@
|
|
207 |
"num_parameters": 7241732096,
|
208 |
"quantization": "8-bit"
|
209 |
}
|
210 |
-
}
|
|
|
21 |
"model_name": "Rijgersberg/GEITje-7b-chat-v2",
|
22 |
"model_type": "fine-tuned",
|
23 |
"num_parameters": 7241732096,
|
24 |
+
"quantization": null
|
25 |
+
},
|
26 |
+
"geitje-ultra": {
|
27 |
+
"compute_dtype": "auto",
|
28 |
+
"dutch_coverage": "not-given",
|
29 |
+
"model_name": "BramVanroy/GEITje-ultra-dpo-1e-07lr-0.01b-1ep-128tbs",
|
30 |
+
"model_type": "not-given",
|
31 |
+
"num_parameters": 7241732096,
|
32 |
+
"quantization": null
|
33 |
},
|
34 |
"gpt-neo-1.3b-dutch": {
|
35 |
"compute_dtype": "bfloat16",
|
|
|
215 |
"num_parameters": 7241732096,
|
216 |
"quantization": "8-bit"
|
217 |
}
|
218 |
+
}
|