minimew commited on
Commit
b7a7ff6
·
verified ·
1 Parent(s): d36d7fd

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

Browse files
spider/bart-base/run_1/eval_metrics.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "bart-base",
3
+ "dataset": "spider",
4
+ "run": 1,
5
+ "eval_beams": 4,
6
+ "n_samples": 1034,
7
+ "em_raw": 0.2456,
8
+ "em_norm": 0.2969,
9
+ "ex": 0.3288,
10
+ "ex_errors": 582,
11
+ "valid_sql_rate": 0.4371,
12
+ "table_precision": 0.6333,
13
+ "table_recall": 0.5853,
14
+ "table_f1": 0.598,
15
+ "by_sql_type": {
16
+ "AGGREGATION": {
17
+ "total": 551,
18
+ "em_norm": 0.2904,
19
+ "ex": 0.3249
20
+ },
21
+ "ORDER_BY": {
22
+ "total": 237,
23
+ "em_norm": 0.27,
24
+ "ex": 0.3207
25
+ },
26
+ "LIMIT": {
27
+ "total": 189,
28
+ "em_norm": 0.2011,
29
+ "ex": 0.254
30
+ },
31
+ "SIMPLE": {
32
+ "total": 185,
33
+ "em_norm": 0.4973,
34
+ "ex": 0.4973
35
+ },
36
+ "GROUP_BY": {
37
+ "total": 277,
38
+ "em_norm": 0.1733,
39
+ "ex": 0.1986
40
+ },
41
+ "NESTED": {
42
+ "total": 83,
43
+ "em_norm": 0.2651,
44
+ "ex": 0.2892
45
+ },
46
+ "JOIN": {
47
+ "total": 408,
48
+ "em_norm": 0.0025,
49
+ "ex": 0.0417
50
+ },
51
+ "HAVING": {
52
+ "total": 79,
53
+ "em_norm": 0.1139,
54
+ "ex": 0.1392
55
+ }
56
+ },
57
+ "by_hardness": {
58
+ "easy": {
59
+ "total": 456,
60
+ "em_norm": 0.5219,
61
+ "ex": 0.5526
62
+ },
63
+ "medium": {
64
+ "total": 402,
65
+ "em_norm": 0.0945,
66
+ "ex": 0.1318
67
+ },
68
+ "hard": {
69
+ "total": 168,
70
+ "em_norm": 0.1845,
71
+ "ex": 0.2083
72
+ },
73
+ "extra_hard": {
74
+ "total": 8,
75
+ "em_norm": 0.0,
76
+ "ex": 0.0
77
+ }
78
+ },
79
+ "error_types": {
80
+ "EXTRA_JOIN": 46,
81
+ "OTHER": 90,
82
+ "WRONG_COLUMNS": 185,
83
+ "WRONG_TABLE": 308,
84
+ "MISSING_ORDER_BY": 6,
85
+ "MISSING_JOIN": 69,
86
+ "MISSING_GROUP_BY": 15,
87
+ "MISSING_WHERE": 8
88
+ }
89
+ }