minimew commited on
Commit
e2d12db
·
verified ·
1 Parent(s): 334cc4b

Upload spider/codet5-base/run_1/eval_metrics.json with huggingface_hub

Browse files
spider/codet5-base/run_1/eval_metrics.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "facebook/bart-base",
3
+ "dataset": "spider",
4
+ "run": 1,
5
+ "eval_beams": 4,
6
+ "n_samples": 1034,
7
+ "em_raw": 0.2495,
8
+ "em_norm": 0.3095,
9
+ "ex": 0.3404,
10
+ "ex_errors": 551,
11
+ "by_sql_type": {
12
+ "AGGREGATION": {
13
+ "total": 551,
14
+ "em_norm": 0.3158,
15
+ "ex": 0.343
16
+ },
17
+ "ORDER_BY": {
18
+ "total": 237,
19
+ "em_norm": 0.2405,
20
+ "ex": 0.2911
21
+ },
22
+ "LIMIT": {
23
+ "total": 189,
24
+ "em_norm": 0.164,
25
+ "ex": 0.2063
26
+ },
27
+ "SIMPLE": {
28
+ "total": 185,
29
+ "em_norm": 0.4919,
30
+ "ex": 0.5027
31
+ },
32
+ "GROUP_BY": {
33
+ "total": 277,
34
+ "em_norm": 0.1661,
35
+ "ex": 0.1949
36
+ },
37
+ "NESTED": {
38
+ "total": 83,
39
+ "em_norm": 0.2289,
40
+ "ex": 0.2651
41
+ },
42
+ "JOIN": {
43
+ "total": 408,
44
+ "em_norm": 0.0049,
45
+ "ex": 0.0417
46
+ },
47
+ "HAVING": {
48
+ "total": 79,
49
+ "em_norm": 0.1139,
50
+ "ex": 0.1519
51
+ }
52
+ },
53
+ "by_hardness": {
54
+ "easy": {
55
+ "total": 456,
56
+ "em_norm": 0.557,
57
+ "ex": 0.5811
58
+ },
59
+ "medium": {
60
+ "total": 402,
61
+ "em_norm": 0.0945,
62
+ "ex": 0.1318
63
+ },
64
+ "hard": {
65
+ "total": 168,
66
+ "em_norm": 0.1667,
67
+ "ex": 0.2024
68
+ },
69
+ "extra_hard": {
70
+ "total": 8,
71
+ "em_norm": 0.0,
72
+ "ex": 0.0
73
+ }
74
+ },
75
+ "error_types": {
76
+ "WRONG_COLUMNS": 158,
77
+ "OTHER": 91,
78
+ "WRONG_TABLE": 291,
79
+ "EXTRA_JOIN": 41,
80
+ "MISSING_GROUP_BY": 18,
81
+ "MISSING_WHERE": 7,
82
+ "MISSING_ORDER_BY": 11,
83
+ "MISSING_JOIN": 97
84
+ }
85
+ }