Bram Vanroy
commited on
Commit
·
0c3ae1e
1
Parent(s):
515327e
add mixtral hellaswag
Browse files
evals/hellaswag/hellaswag_nl_Mixtral-8x7B-v0.1.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"results": {
|
3 |
+
"hellaswag_nl": {
|
4 |
+
"acc": 0.5143011332973556,
|
5 |
+
"acc_stderr": 0.0051926973681393875,
|
6 |
+
"acc_norm": 0.67835941716136,
|
7 |
+
"acc_norm_stderr": 0.004853064643337017
|
8 |
+
}
|
9 |
+
},
|
10 |
+
"versions": {
|
11 |
+
"hellaswag_nl": 1
|
12 |
+
},
|
13 |
+
"config": {
|
14 |
+
"model": "hf-auto",
|
15 |
+
"model_args": "pretrained=mistralai/Mixtral-8x7B-v0.1,use_accelerate=True,device_map_option=auto,dtype=auto",
|
16 |
+
"batch_size": 1,
|
17 |
+
"device": "cuda",
|
18 |
+
"no_cache": false,
|
19 |
+
"limit": null,
|
20 |
+
"bootstrap_iters": 100000,
|
21 |
+
"description_dict": {}
|
22 |
+
}
|
23 |
+
}
|