hieunguyen1053 commited on
Commit
0d3ebbd
·
1 Parent(s): 9a54b4d

Create vietgpt/dama-2-7b/arithmetic.json

Browse files
Files changed (1) hide show
  1. vietgpt/dama-2-7b/arithmetic.json +70 -0
vietgpt/dama-2-7b/arithmetic.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "arithmetic_1dc": {
4
+ "acc": 0.049,
5
+ "acc_stderr": 0.00482816275386299
6
+ },
7
+ "arithmetic_2da": {
8
+ "acc": 0.1375,
9
+ "acc_stderr": 0.007702372249452278
10
+ },
11
+ "arithmetic_2dm": {
12
+ "acc": 0.0415,
13
+ "acc_stderr": 0.0044608098381578925
14
+ },
15
+ "arithmetic_2ds": {
16
+ "acc": 0.1005,
17
+ "acc_stderr": 0.0067247666311270465
18
+ },
19
+ "arithmetic_3da": {
20
+ "acc": 0.0055,
21
+ "acc_stderr": 0.0016541593398342208
22
+ },
23
+ "arithmetic_3ds": {
24
+ "acc": 0.007,
25
+ "acc_stderr": 0.0018647355360237273
26
+ },
27
+ "arithmetic_4da": {
28
+ "acc": 0.0005,
29
+ "acc_stderr": 0.0005000000000000158
30
+ },
31
+ "arithmetic_4ds": {
32
+ "acc": 0.0,
33
+ "acc_stderr": 0.0
34
+ },
35
+ "arithmetic_5da": {
36
+ "acc": 0.0,
37
+ "acc_stderr": 0.0
38
+ },
39
+ "arithmetic_5ds": {
40
+ "acc": 0.0,
41
+ "acc_stderr": 0.0
42
+ }
43
+ },
44
+ "versions": {
45
+ "arithmetic_1dc": 1,
46
+ "arithmetic_2da": 1,
47
+ "arithmetic_2dm": 1,
48
+ "arithmetic_2ds": 1,
49
+ "arithmetic_3da": 1,
50
+ "arithmetic_3ds": 1,
51
+ "arithmetic_4da": 1,
52
+ "arithmetic_4ds": 1,
53
+ "arithmetic_5da": 1,
54
+ "arithmetic_5ds": 1
55
+ },
56
+ "config": {
57
+ "model": "hf-causal",
58
+ "model_args": "pretrained=vietgpt/dama-2-7b",
59
+ "num_fewshot": 5,
60
+ "batch_size": "auto",
61
+ "batch_sizes": [
62
+ 128
63
+ ],
64
+ "device": "cuda:0",
65
+ "no_cache": false,
66
+ "limit": null,
67
+ "bootstrap_iters": 100000,
68
+ "description_dict": {}
69
+ }
70
+ }