Bram Vanroy commited on
Commit
7f88a71
1 Parent(s): 809ba3d

add GEITJE mmlu

Browse files
evals/mmlu/mmlu_nl_GEITje-7B-chat.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "mmlu_nl": {
4
+ "acc": 0.38362297943386203,
5
+ "acc_stderr": 0.004236270988211309,
6
+ "acc_norm": 0.3342187144266525,
7
+ "acc_norm_stderr": 0.004109503747402399
8
+ }
9
+ },
10
+ "versions": {
11
+ "mmlu_nl": 0
12
+ },
13
+ "config": {
14
+ "model": "hf-auto",
15
+ "model_args": "pretrained=Rijgersberg/GEITje-7B-chat,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
+ }
evals/mmlu/mmlu_nl_GEITje-7B.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "mmlu_nl": {
4
+ "acc": 0.38202929346588754,
5
+ "acc_stderr": 0.004232924126485795,
6
+ "acc_norm": 0.32488426804280185,
7
+ "acc_norm_stderr": 0.004080014081775866
8
+ }
9
+ },
10
+ "versions": {
11
+ "mmlu_nl": 0
12
+ },
13
+ "config": {
14
+ "model": "hf-auto",
15
+ "model_args": "pretrained=Rijgersberg/GEITje-7B,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
+ }