hieunguyen1053 commited on
Commit
2c29add
·
verified ·
1 Parent(s): ee163a2

Create exams_vn.json

Browse files
Files changed (1) hide show
  1. SeaLLMs/SeaLLM-7B-v2/exams_vn.json +71 -0
SeaLLMs/SeaLLM-7B-v2/exams_vn.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "exams_dialy_vi": {
4
+ "acc": 0.3347826086956522,
5
+ "acc_stderr": 0.009842235589362376,
6
+ "acc_norm": 0.40304347826086956,
7
+ "acc_norm_stderr": 0.010230051358684624
8
+ },
9
+ "exams_hoahoc_vi": {
10
+ "acc": 0.2843478260869565,
11
+ "acc_stderr": 0.01330809643452774,
12
+ "acc_norm": 0.3182608695652174,
13
+ "acc_norm_stderr": 0.013741708108831031
14
+ },
15
+ "exams_lichsu_vi": {
16
+ "acc": 0.28448598130841124,
17
+ "acc_stderr": 0.0061688357901679034,
18
+ "acc_norm": 0.3435514018691589,
19
+ "acc_norm_stderr": 0.006493217136922816
20
+ },
21
+ "exams_sinhhoc_vi": {
22
+ "acc": 0.30612903225806454,
23
+ "acc_stderr": 0.008279056176493892,
24
+ "acc_norm": 0.34096774193548385,
25
+ "acc_norm_stderr": 0.008515285136738224
26
+ },
27
+ "exams_toan_vi": {
28
+ "acc": 0.3031578947368421,
29
+ "acc_stderr": 0.008611036075524593,
30
+ "acc_norm": 0.3140350877192982,
31
+ "acc_norm_stderr": 0.008695485072898976
32
+ },
33
+ "exams_van_vi": {
34
+ "acc": 0.29464788732394365,
35
+ "acc_stderr": 0.0076524702836737925,
36
+ "acc_norm": 0.3459154929577465,
37
+ "acc_norm_stderr": 0.00798452230371885
38
+ },
39
+ "exams_vatly_vi": {
40
+ "acc": 0.3058823529411765,
41
+ "acc_stderr": 0.015813933528378777,
42
+ "acc_norm": 0.3247058823529412,
43
+ "acc_norm_stderr": 0.016070808142229033
44
+ },
45
+ "exams_vi": {
46
+ "acc": 0.299634464751958,
47
+ "acc_norm": 0.343968668407310,
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-experimental",
61
+ "model_args": "pretrained=SeaLLMs/SeaLLM-7B-v2,load_in_4bit=True",
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
+ }