Bram Vanroy commited on
Commit
3b045b8
1 Parent(s): 723036b

add first Yi chat

Browse files
evals/arc/arc_nl_Yi-6B-Chat.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "arc_nl": {
4
+ "acc": 0.2711719418306245,
5
+ "acc_stderr": 0.01300808888870032,
6
+ "acc_norm": 0.29597946963216426,
7
+ "acc_norm_stderr": 0.013356788048643684
8
+ }
9
+ },
10
+ "versions": {
11
+ "arc_nl": 0
12
+ },
13
+ "config": {
14
+ "model": "hf-auto",
15
+ "model_args": "pretrained=01-ai/Yi-6B-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/hellaswag/hellaswag_nl_Yi-6B-Chat.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "hellaswag_nl": {
4
+ "acc": 0.34830005396654073,
5
+ "acc_stderr": 0.004949956019124193,
6
+ "acc_norm": 0.4175930922827847,
7
+ "acc_norm_stderr": 0.005123781939169409
8
+ }
9
+ },
10
+ "versions": {
11
+ "hellaswag_nl": 1
12
+ },
13
+ "config": {
14
+ "model": "hf-auto",
15
+ "model_args": "pretrained=01-ai/Yi-6B-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/models.json CHANGED
@@ -135,6 +135,14 @@
135
  "num_parameters": 6738440192,
136
  "quantization": "8-bit"
137
  },
 
 
 
 
 
 
 
 
138
  "zephyr-7b-beta": {
139
  "compute_dtype": "bfloat16",
140
  "dutch_coverage": "none",
@@ -143,4 +151,4 @@
143
  "num_parameters": 7241732096,
144
  "quantization": "8-bit"
145
  }
146
- }
 
135
  "num_parameters": 6738440192,
136
  "quantization": "8-bit"
137
  },
138
+ "yi-6b-chat": {
139
+ "compute_dtype": "auto",
140
+ "dutch_coverage": "none",
141
+ "model_name": "01-ai/Yi-6B-Chat",
142
+ "model_type": "instruction-tuned",
143
+ "num_parameters": 6061035520,
144
+ "quantization": "8-bit"
145
+ },
146
  "zephyr-7b-beta": {
147
  "compute_dtype": "bfloat16",
148
  "dutch_coverage": "none",
 
151
  "num_parameters": 7241732096,
152
  "quantization": "8-bit"
153
  }
154
+ }
evals/truthfulqa/truthfulqa_nl_Yi-6B-Chat.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "truthfulqa_nl": {
4
+ "mc1": 0.27770700636942675,
5
+ "mc1_stderr": 0.015995288886407874,
6
+ "mc2": 0.4363133415772647,
7
+ "mc2_stderr": 0.016027103264630135
8
+ }
9
+ },
10
+ "versions": {
11
+ "truthfulqa_nl": 1
12
+ },
13
+ "config": {
14
+ "model": "hf-auto",
15
+ "model_args": "pretrained=01-ai/Yi-6B-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
+ }