Bram Vanroy commited on
Commit
d1293bd
1 Parent(s): 1303fdd

add mmlu evals

Browse files
evals/mmlu/mmlu_nl_Llama-2-7b-chat-hf.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "mmlu_nl": {
4
+ "acc": 0.35812400394627003,
5
+ "acc_stderr": 0.0041768654938793455,
6
+ "acc_norm": 0.33399104500265614,
7
+ "acc_norm_stderr": 0.0041088061542381964
8
+ }
9
+ },
10
+ "versions": {
11
+ "mmlu_nl": 0
12
+ },
13
+ "config": {
14
+ "model": "hf-auto",
15
+ "model_args": "pretrained=meta-llama/Llama-2-7b-chat-hf,use_accelerate=True,device_map_option=auto,dtype=bfloat16,load_in_8bit=True",
16
+ "batch_size": "auto",
17
+ "device": "cuda",
18
+ "no_cache": false,
19
+ "limit": null,
20
+ "bootstrap_iters": 100000,
21
+ "description_dict": {}
22
+ }
23
+ }
evals/mmlu/mmlu_nl_Llama-2-7b-hf.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "mmlu_nl": {
4
+ "acc": 0.346436973514457,
5
+ "acc_stderr": 0.004145377277152223,
6
+ "acc_norm": 0.3213933368748577,
7
+ "acc_norm_stderr": 0.004068512934976491
8
+ }
9
+ },
10
+ "versions": {
11
+ "mmlu_nl": 0
12
+ },
13
+ "config": {
14
+ "model": "hf-auto",
15
+ "model_args": "pretrained=meta-llama/Llama-2-7b-hf,use_accelerate=True,device_map_option=auto,dtype=bfloat16,load_in_8bit=True",
16
+ "batch_size": "auto",
17
+ "device": "cuda",
18
+ "no_cache": false,
19
+ "limit": null,
20
+ "bootstrap_iters": 100000,
21
+ "description_dict": {}
22
+ }
23
+ }