Bram Vanroy commited on
Commit
4e9723c
1 Parent(s): 9c8bb6d

add evaluations

Browse files
evals/hellaswag/hellaswag_nl_llama2-13b-ft-mc4_nl_cleaned_tiny.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "hellaswag_nl": {
4
+ "acc": 0.4478143550998381,
5
+ "acc_stderr": 0.005166450687025191,
6
+ "acc_norm": 0.5838100377765785,
7
+ "acc_norm_stderr": 0.00512132463906644
8
+ }
9
+ },
10
+ "versions": {
11
+ "hellaswag_nl": 1
12
+ },
13
+ "config": {
14
+ "model": "hf-auto",
15
+ "model_args": "pretrained=BramVanroy/llama2-13b-ft-mc4_nl_cleaned_tiny,use_accelerate=True,device_map_option=auto,dtype=bfloat16,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
+ }