Bram Vanroy
commited on
Commit
•
5f9fcbe
1
Parent(s):
9928d85
Add evals for GEITje-7B-ultra on hellaswag_nl
Browse files[BramVanroy/GEITje-7B-ultra](https://huggingface.co/BramVanroy/GEITje-7B-ultra) results for hellaswag_nl
evals/hellaswag/hellaswag_nl_GEITje-7B-ultra.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"results": {
|
3 |
+
"hellaswag_nl": {
|
4 |
+
"acc": 0.524123043712898,
|
5 |
+
"acc_stderr": 0.005188773240566302,
|
6 |
+
"acc_norm": 0.6626011872638964,
|
7 |
+
"acc_norm_stderr": 0.004912455244211302
|
8 |
+
}
|
9 |
+
},
|
10 |
+
"versions": {
|
11 |
+
"hellaswag_nl": 1
|
12 |
+
},
|
13 |
+
"config": {
|
14 |
+
"model": "hf-auto",
|
15 |
+
"model_args": "pretrained=BramVanroy/GEITje-7B-ultra,use_accelerate=True,device_map_option=auto,dtype=auto,trust_remote_code=True,load_in_8bit=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
@@ -23,6 +23,14 @@
|
|
23 |
"num_parameters": 7241732096,
|
24 |
"quantization": "8-bit"
|
25 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
"gpt-neo-1.3b-dutch": {
|
27 |
"compute_dtype": "bfloat16",
|
28 |
"dutch_coverage": "pretrained",
|
@@ -207,4 +215,4 @@
|
|
207 |
"num_parameters": 7241732096,
|
208 |
"quantization": "8-bit"
|
209 |
}
|
210 |
-
}
|
|
|
23 |
"num_parameters": 7241732096,
|
24 |
"quantization": "8-bit"
|
25 |
},
|
26 |
+
"geitje-7b-ultra": {
|
27 |
+
"compute_dtype": "auto",
|
28 |
+
"dutch_coverage": "not-given",
|
29 |
+
"model_name": "BramVanroy/GEITje-7B-ultra",
|
30 |
+
"model_type": "not-given",
|
31 |
+
"num_parameters": 7241732096,
|
32 |
+
"quantization": "8-bit"
|
33 |
+
},
|
34 |
"gpt-neo-1.3b-dutch": {
|
35 |
"compute_dtype": "bfloat16",
|
36 |
"dutch_coverage": "pretrained",
|
|
|
215 |
"num_parameters": 7241732096,
|
216 |
"quantization": "8-bit"
|
217 |
}
|
218 |
+
}
|