Bram Vanroy
commited on
Commit
•
c8bf442
1
Parent(s):
7f4199c
Add evals for GEITje-7B-chat-v2 on truthfulqa_nl
Browse files[Rijgersberg/GEITje-7B-chat-v2](https://huggingface.co/Rijgersberg/GEITje-7B-chat-v2) results for truthfulqa_nl
evals/models.json
CHANGED
@@ -18,10 +18,10 @@
|
|
18 |
"geitje-7b-chat-v2": {
|
19 |
"compute_dtype": "auto",
|
20 |
"dutch_coverage": "fine-tuned",
|
21 |
-
"model_name": "Rijgersberg/GEITje-
|
22 |
"model_type": "fine-tuned",
|
23 |
"num_parameters": 7241732096,
|
24 |
-
"quantization":
|
25 |
},
|
26 |
"geitje-ultra": {
|
27 |
"compute_dtype": "auto",
|
|
|
18 |
"geitje-7b-chat-v2": {
|
19 |
"compute_dtype": "auto",
|
20 |
"dutch_coverage": "fine-tuned",
|
21 |
+
"model_name": "Rijgersberg/GEITje-7B-chat-v2",
|
22 |
"model_type": "fine-tuned",
|
23 |
"num_parameters": 7241732096,
|
24 |
+
"quantization": "8-bit"
|
25 |
},
|
26 |
"geitje-ultra": {
|
27 |
"compute_dtype": "auto",
|
evals/truthfulqa/truthfulqa_nl_GEITje-7B-chat-v2.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"results": {
|
3 |
+
"truthfulqa_nl": {
|
4 |
+
"mc1": 0.2751592356687898,
|
5 |
+
"mc1_stderr": 0.0159498029022655,
|
6 |
+
"mc2": 0.4423726663948789,
|
7 |
+
"mc2_stderr": 0.015101880084325843
|
8 |
+
}
|
9 |
+
},
|
10 |
+
"versions": {
|
11 |
+
"truthfulqa_nl": 1
|
12 |
+
},
|
13 |
+
"config": {
|
14 |
+
"model": "hf-auto",
|
15 |
+
"model_args": "pretrained=Rijgersberg/GEITje-7B-chat-v2,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 |
+
}
|