hieunguyen1053
commited on
Commit
•
0a13857
1
Parent(s):
c4c8455
Create arc_vi.json
Browse files
greennode/greennode-14b/arc_vi.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"results": {
|
3 |
+
"arc_vi": {
|
4 |
+
"acc": 0.35555555555555557,
|
5 |
+
"acc_norm": 0.4025641025641026
|
6 |
+
}
|
7 |
+
},
|
8 |
+
"versions": {
|
9 |
+
"arc_vi": 1
|
10 |
+
},
|
11 |
+
"config": {
|
12 |
+
"model": "hf-causal",
|
13 |
+
"model_args": "pretrained=greennode/greennode-14b",
|
14 |
+
"num_fewshot": 25,
|
15 |
+
"batch_size": 1,
|
16 |
+
"device": "api",
|
17 |
+
"no_cache": false,
|
18 |
+
"limit": null,
|
19 |
+
"bootstrap_iters": 100000,
|
20 |
+
"description_dict": {}
|
21 |
+
}
|
22 |
+
}
|