Bram Vanroy commited on
Commit
4228cee
1 Parent(s): 2e653e4

add Yi mmlu

Browse files
Files changed (1) hide show
  1. evals/mmlu/mmlu_nl_Yi-6B.json +23 -0
evals/mmlu/mmlu_nl_Yi-6B.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "mmlu_nl": {
4
+ "acc": 0.39424755255369204,
5
+ "acc_stderr": 0.004257359247351628,
6
+ "acc_norm": 0.38992183349776127,
7
+ "acc_norm_stderr": 0.004249029294298132
8
+ }
9
+ },
10
+ "versions": {
11
+ "mmlu_nl": 0
12
+ },
13
+ "config": {
14
+ "model": "hf-auto",
15
+ "model_args": "pretrained=01-ai/Yi-6B,use_accelerate=True,device_map_option=auto,dtype=auto,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
+ }