Bram Vanroy commited on
Commit
851256b
1 Parent(s): 90df5ea
evals/arc/arc_nl_Mistral-7B-v0.1.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "arc_nl": {
4
+ "acc": 0.41916167664670656,
5
+ "acc_stderr": 0.01443766613132885,
6
+ "acc_norm": 0.42172797262617623,
7
+ "acc_norm_stderr": 0.014449768025902365
8
+ }
9
+ },
10
+ "versions": {
11
+ "arc_nl": 0
12
+ },
13
+ "config": {
14
+ "model": "hf-auto",
15
+ "model_args": "pretrained=mistralai/Mistral-7B-v0.1,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/arc/arc_nl_neural-chat-7b-v3-1.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "arc_nl": {
4
+ "acc": 0.4576561163387511,
5
+ "acc_stderr": 0.014577585167374469,
6
+ "acc_norm": 0.43370402053036783,
7
+ "acc_norm_stderr": 0.014500969591642415
8
+ }
9
+ },
10
+ "versions": {
11
+ "arc_nl": 0
12
+ },
13
+ "config": {
14
+ "model": "hf-auto",
15
+ "model_args": "pretrained=Intel/neural-chat-7b-v3-1,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/dutch_models.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "gpt-neo-1.3B-dutch": "PT",
3
+ "gpt-neo-125M-dutch": "PT",
4
+ "gpt2-large-dutch": "PT",
5
+ "gpt2-medium-dutch": "PT"
6
+ }