Commit
·
da7b200
1
Parent(s):
1b1031a
Create ura-hcmut/ura-llama-13b/hellaswag_vi.json
Browse files
ura-hcmut/ura-llama-13b/hellaswag_vi.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"results": {
|
3 |
+
"hellaswag_vi": {
|
4 |
+
"acc": 0.38092119624536125,
|
5 |
+
"acc_stderr": 0.005073633538789336,
|
6 |
+
"acc_norm": 0.48297314996725604,
|
7 |
+
"acc_norm_stderr": 0.0052209147380193
|
8 |
+
}
|
9 |
+
},
|
10 |
+
"versions": {
|
11 |
+
"hellaswag_vi": 0
|
12 |
+
},
|
13 |
+
"config": {
|
14 |
+
"model": "hf-causal",
|
15 |
+
"model_args": "pretrained=ura-hcmut/ura-llama-13b",
|
16 |
+
"num_fewshot": 10,
|
17 |
+
"batch_size": "auto",
|
18 |
+
"batch_sizes": [
|
19 |
+
1
|
20 |
+
],
|
21 |
+
"device": null,
|
22 |
+
"no_cache": false,
|
23 |
+
"limit": null,
|
24 |
+
"bootstrap_iters": 100000,
|
25 |
+
"description_dict": {}
|
26 |
+
}
|
27 |
+
}
|