vsc36100 vscuser commited on
Commit
51edcf3
1 Parent(s): e9c9ef7

Add evals for Mixtral-8x7B-Instruct-v0.1 on truthfulqa_nl

Browse files

[mistralai/Mixtral-8x7B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) results for truthfulqa_nl

evals/truthfulqa/truthfulqa_nl_Mixtral-8x7B-Instruct-v0.1.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "truthfulqa_nl": {
4
+ "mc1": 0.3923566878980892,
5
+ "mc1_stderr": 0.01743840901221221,
6
+ "mc2": 0.5456183251371134,
7
+ "mc2_stderr": 0.01627788488944454
8
+ }
9
+ },
10
+ "versions": {
11
+ "truthfulqa_nl": 1
12
+ },
13
+ "config": {
14
+ "model": "hf-auto",
15
+ "model_args": "pretrained=mistralai/Mixtral-8x7B-Instruct-v0.1,use_accelerate=True,device_map_option=auto,dtype=auto,load_in_8bit=True",
16
+ "batch_size": 4,
17
+ "device": "cuda",
18
+ "no_cache": false,
19
+ "limit": null,
20
+ "bootstrap_iters": 100000,
21
+ "description_dict": {}
22
+ }
23
+ }