hieunguyen1053 commited on
Commit
97d8302
1 Parent(s): c4664f6

Create exams_vi.json

Browse files
ura-hcmut/ura-llama-13b/exams_vi.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "exams_dialy_vi": {
4
+ "acc": 0.3391304347826087,
5
+ "acc_stderr": 0.009873514621973788,
6
+ "acc_norm": 0.39695652173913043,
7
+ "acc_norm_stderr": 0.010204137396342565
8
+ },
9
+ "exams_hoahoc_vi": {
10
+ "acc": 0.288695652173913,
11
+ "acc_stderr": 0.013368658793504769,
12
+ "acc_norm": 0.31217391304347825,
13
+ "acc_norm_stderr": 0.013670286336084157
14
+ },
15
+ "exams_lichsu_vi": {
16
+ "acc": 0.2955140186915888,
17
+ "acc_stderr": 0.00623862559596792,
18
+ "acc_norm": 0.34710280373831776,
19
+ "acc_norm_stderr": 0.006509013371556545
20
+ },
21
+ "exams_sinhhoc_vi": {
22
+ "acc": 0.30193548387096775,
23
+ "acc_stderr": 0.008246963465753942,
24
+ "acc_norm": 0.34580645161290324,
25
+ "acc_norm_stderr": 0.00854395369649945
26
+ },
27
+ "exams_toan_vi": {
28
+ "acc": 0.256140350877193,
29
+ "acc_stderr": 0.00817783372195182,
30
+ "acc_norm": 0.296140350877193,
31
+ "acc_norm_stderr": 0.008553534334837382
32
+ },
33
+ "exams_van_vi": {
34
+ "acc": 0.3036619718309859,
35
+ "acc_stderr": 0.007718843948445491,
36
+ "acc_norm": 0.3492957746478873,
37
+ "acc_norm_stderr": 0.008002680525512017
38
+ },
39
+ "exams_vatly_vi": {
40
+ "acc": 0.29294117647058826,
41
+ "acc_stderr": 0.015619392509878306,
42
+ "acc_norm": 0.31176470588235294,
43
+ "acc_norm_stderr": 0.015897473114039176
44
+ },
45
+ "exams_vatly_vi": {
46
+ "acc": 0.296919060052219,
47
+ "acc_norm": 0.342036553524804
48
+ }
49
+ },
50
+ "versions": {
51
+ "exams_dialy_vi": 0,
52
+ "exams_hoahoc_vi": 0,
53
+ "exams_lichsu_vi": 0,
54
+ "exams_sinhhoc_vi": 0,
55
+ "exams_toan_vi": 0,
56
+ "exams_van_vi": 0,
57
+ "exams_vatly_vi": 0
58
+ },
59
+ "config": {
60
+ "model": "hf-causal",
61
+ "model_args": "pretrained=ura-hcmut/ura-llama-13b",
62
+ "num_fewshot": 5,
63
+ "batch_size": null,
64
+ "batch_sizes": [],
65
+ "device": "cuda:0",
66
+ "no_cache": false,
67
+ "limit": null,
68
+ "bootstrap_iters": 100000,
69
+ "description_dict": {}
70
+ }
71
+ }