hieunguyen1053 commited on
Commit
745458e
·
1 Parent(s): 03fed42

Create exams_vi.json

Browse files
greennode/greennode-7b/exams_vi.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "exams_dialy_vi": {
4
+ "acc": 0.27,
5
+ "acc_norm": 0.3073913043478261
6
+ },
7
+ "exams_hoahoc_vi": {
8
+ "acc": 0.2426086956521739,
9
+ "acc_norm": 0.26869565217391306
10
+ },
11
+ "exams_lichsu_vi": {
12
+ "acc": 0.2274766355140187,
13
+ "acc_norm": 0.27401869158878506
14
+ },
15
+ "exams_sinhhoc_vi": {
16
+ "acc": 0.2574193548387097,
17
+ "acc_norm": 0.2938709677419355
18
+ },
19
+ "exams_toan_vi": {
20
+ "acc": 0.29626168224299,
21
+ "acc_norm": 0.35859649122807
22
+ },
23
+ "exams_vatly_vi": {
24
+ "acc": 0.28823529411764703,
25
+ "acc_norm": 0.3023529411764706
26
+ },
27
+ "exams_van_vi": {
28
+ "acc": 0.26647887323943664,
29
+ "acc_norm": 0.296056338028169
30
+ },
31
+ "exams_vi": {
32
+ "acc": 0.255770234986945,
33
+ "acc_norm": 0.289190600522193
34
+ }
35
+ },
36
+ "versions": {
37
+ "exams_dialy_vi": 0,
38
+ "exams_hoahoc_vi": 0,
39
+ "exams_lichsu_vi": 0,
40
+ "exams_sinhhoc_vi": 0,
41
+ "exams_toan_vi": 0,
42
+ "exams_vatly_vi": 0,
43
+ "exams_van_vi": 0
44
+ },
45
+ "config": {
46
+ "model": "hf-causal",
47
+ "model_args": "pretrained=greennode/greennode-7b",
48
+ "num_fewshot": 5,
49
+ "batch_size": null,
50
+ "batch_sizes": [],
51
+ "device": "api",
52
+ "no_cache": true,
53
+ "limit": null,
54
+ "bootstrap_iters": 100000,
55
+ "description_dict": {}
56
+ }
57
+ }