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

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

Browse files
Files changed (1) hide show
  1. vietgpt/dama-2-7b-chat/mmlu_vi.json +27 -0
vietgpt/dama-2-7b-chat/mmlu_vi.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "mmlu_vi": {
4
+ "acc": 0.33801102434542947,
5
+ "acc_stderr": 0.00396235128631639,
6
+ "acc_norm": 0.33801102434542947,
7
+ "acc_norm_stderr": 0.00396235128631639
8
+ }
9
+ },
10
+ "versions": {
11
+ "mmlu_vi": 1
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
+ 16
20
+ ],
21
+ "device": "cuda:0",
22
+ "no_cache": false,
23
+ "limit": null,
24
+ "bootstrap_iters": 100000,
25
+ "description_dict": {}
26
+ }
27
+ }