-
Notifications
You must be signed in to change notification settings - Fork 1k
/
stablelm-3b-4e1t.json
84 lines (84 loc) · 2.14 KB
/
stablelm-3b-4e1t.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"results": {
"arc_challenge": {
"acc": 0.3779863481228669,
"acc_stderr": 0.014169664520303103,
"acc_norm": 0.40017064846416384,
"acc_norm_stderr": 0.014317197787809169
},
"arc_easy": {
"acc": 0.7247474747474747,
"acc_stderr": 0.009164888895174743,
"acc_norm": 0.6771885521885522,
"acc_norm_stderr": 0.009593950220366743
},
"boolq": {
"acc": 0.7562691131498471,
"acc_stderr": 0.007509067459407977
},
"hellaswag": {
"acc": 0.5482971519617607,
"acc_stderr": 0.004966448380104203,
"acc_norm": 0.7389962158932484,
"acc_norm_stderr": 0.004382844128643414
},
"lambada_openai": {
"ppl": 3.827229437157901,
"ppl_stderr": 0.07919367133146168,
"acc": 0.7063846303124394,
"acc_stderr": 0.006344860619678723
},
"openbookqa": {
"acc": 0.314,
"acc_stderr": 0.020776701920308997,
"acc_norm": 0.398,
"acc_norm_stderr": 0.02191237788577997
},
"piqa": {
"acc": 0.7921653971708379,
"acc_stderr": 0.009466997964536423,
"acc_norm": 0.7976060935799782,
"acc_norm_stderr": 0.00937428968280767
},
"sciq": {
"acc": 0.948,
"acc_stderr": 0.007024624213817142,
"acc_norm": 0.919,
"acc_norm_stderr": 0.00863212103213998
},
"siqa": {
"acc": 0.41914022517911975,
"acc_stderr": 0.011165140708170328,
"acc_norm": 0.44319344933469806,
"acc_norm_stderr": 0.011240812731564952
},
"winogrande": {
"acc": 0.665351223362273,
"acc_stderr": 0.013261823629558375
}
},
"versions": {
"arc_challenge": 0,
"arc_easy": 0,
"boolq": 1,
"hellaswag": 0,
"lambada_openai": 0,
"openbookqa": 0,
"piqa": 0,
"sciq": 0,
"siqa": 0,
"winogrande": 0
},
"config": {
"model": "gpt2",
"model_args": "pretrained=stablelm-3b-4e1t,dtype=bfloat16,trust_remote_code=True,low_cpu_mem_usage=True,use_fast=True",
"num_fewshot": 0,
"batch_size": "8",
"batch_sizes": [],
"device": "cuda",
"no_cache": true,
"limit": null,
"bootstrap_iters": 100000,
"description_dict": {}
}
}