hieunguyen1053 commited on
Commit
91c7b3d
1 Parent(s): 2fe6364

Create arc_vi.json

Browse files
Files changed (1) hide show
  1. ura-hcmut/ura-llama-13b/arc_vi.json +25 -0
ura-hcmut/ura-llama-13b/arc_vi.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "arc_vi": {
4
+ "acc": 0.3367521367521368,
5
+ "acc_stderr": 0.01382247630777062,
6
+ "acc_norm": 0.3752136752136752,
7
+ "acc_norm_stderr": 0.01416112744427506
8
+ }
9
+ },
10
+ "versions": {
11
+ "arc_vi": 0
12
+ },
13
+ "config": {
14
+ "model": "hf-causal",
15
+ "model_args": "pretrained=ura-hcmut/ura-llama-13b",
16
+ "num_fewshot": 25,
17
+ "batch_size": "1",
18
+ "batch_sizes": [],
19
+ "device": null,
20
+ "no_cache": false,
21
+ "limit": null,
22
+ "bootstrap_iters": 100000,
23
+ "description_dict": {}
24
+ }
25
+ }