hieunguyen1053 commited on
Commit
9a54b4d
·
1 Parent(s): 78c1199

Create vlsp-2023-vllm/hoa-1b4/arithmetic.json

Browse files
vlsp-2023-vllm/hoa-1b4/arithmetic.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "results": {
3
+ "arithmetic_1dc": {
4
+ "acc": 0.011,
5
+ "acc_stderr": 0.002332856855993375
6
+ },
7
+ "arithmetic_2da": {
8
+ "acc": 0.0105,
9
+ "acc_stderr": 0.0022797968630710137
10
+ },
11
+ "arithmetic_2dm": {
12
+ "acc": 0.0115,
13
+ "acc_stderr": 0.0023846841214675823
14
+ },
15
+ "arithmetic_2ds": {
16
+ "acc": 0.0035,
17
+ "acc_stderr": 0.0013208888574315785
18
+ },
19
+ "arithmetic_3da": {
20
+ "acc": 0.0005,
21
+ "acc_stderr": 0.0005000000000000106
22
+ },
23
+ "arithmetic_3ds": {
24
+ "acc": 0.0,
25
+ "acc_stderr": 0.0
26
+ },
27
+ "arithmetic_4da": {
28
+ "acc": 0.0,
29
+ "acc_stderr": 0.0
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=vlsp-2023-vllm/hoa-1b4",
59
+ "num_fewshot": 0,
60
+ "batch_size": "auto",
61
+ "batch_sizes": [
62
+ 512
63
+ ],
64
+ "device": "cuda:0",
65
+ "no_cache": false,
66
+ "limit": null,
67
+ "bootstrap_iters": 100000,
68
+ "description_dict": {}
69
+ }
70
+ }