hieunguyen1053 commited on
Commit
4e878e0
·
1 Parent(s): 5c4662a

Create wikipediaqa_vi.json

Browse files
vinai/PhoGPT-7B5-Instruct/wikipediaqa_vi.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "wikipediaqa_vi": {
4
+ "acc": 0.2255,
5
+ "acc_stderr": 0.009347115024414656,
6
+ "acc_norm": 0.26,
7
+ "acc_norm_stderr": 0.009810612828056814
8
+ }
9
+ },
10
+ "versions": {
11
+ "wikipediaqa_vi": 0
12
+ },
13
+ "config": {
14
+ "model": "hf-causal",
15
+ "model_args": "pretrained=vinai/PhoGPT-7B5-Instruct",
16
+ "num_fewshot": 5,
17
+ "batch_size": null,
18
+ "batch_sizes": [],
19
+ "device": "cuda:0",
20
+ "no_cache": false,
21
+ "limit": null,
22
+ "bootstrap_iters": 100000,
23
+ "description_dict": {}
24
+ }
25
+ }