hieunguyen1053 commited on
Commit
f99dde5
·
1 Parent(s): 78dc96b

Create vietgpt/dama-2-7b-chat/hellaswag_vi.json

Browse files
vietgpt/dama-2-7b-chat/hellaswag_vi.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "hellaswag_vi": {
4
+ "acc": 0.40793276577166556,
5
+ "acc_stderr": 0.005038420724962578,
6
+ "acc_norm": 0.5037633704431347,
7
+ "acc_norm_stderr": 0.005210207486672831
8
+ }
9
+ },
10
+ "versions": {
11
+ "hellaswag_vi": 0
12
+ },
13
+ "config": {
14
+ "model": "hf-causal",
15
+ "model_args": "pretrained=vietgpt/dama-2-7b-chat",
16
+ "num_fewshot": 0,
17
+ "batch_size": "auto",
18
+ "batch_sizes": [
19
+ 128
20
+ ],
21
+ "device": "cuda:1",
22
+ "no_cache": false,
23
+ "limit": null,
24
+ "bootstrap_iters": 100000,
25
+ "description_dict": {}
26
+ }
27
+ }