minimew commited on
Commit
6bc5523
·
verified ·
1 Parent(s): 0ee91e7

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

Browse files
stage2/spider/bart-base/run_1/eval_metrics.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "bart-base",
3
+ "dataset": "spider",
4
+ "stage": "stage2",
5
+ "run": 1,
6
+ "checkpoint": "stage2/spider/bart-base/run_1/epoch-07-em0_3037",
7
+ "eval_beams": 4,
8
+ "n_samples": 1034,
9
+ "em_raw": 0.3191,
10
+ "em_norm": 0.3772,
11
+ "ex": 0.4584,
12
+ "ex_errors": 413,
13
+ "valid_sql_rate": 0.6006,
14
+ "table_precision": 0.8817,
15
+ "table_recall": 0.8573,
16
+ "table_f1": 0.8549,
17
+ "by_sql_type": {
18
+ "AGGREGATION": {
19
+ "total": 551,
20
+ "em_norm": 0.3739,
21
+ "ex": 0.4483
22
+ },
23
+ "ORDER_BY": {
24
+ "total": 237,
25
+ "em_norm": 0.3333,
26
+ "ex": 0.4726
27
+ },
28
+ "LIMIT": {
29
+ "total": 189,
30
+ "em_norm": 0.2698,
31
+ "ex": 0.4074
32
+ },
33
+ "SIMPLE": {
34
+ "total": 185,
35
+ "em_norm": 0.5838,
36
+ "ex": 0.6
37
+ },
38
+ "GROUP_BY": {
39
+ "total": 277,
40
+ "em_norm": 0.2852,
41
+ "ex": 0.3935
42
+ },
43
+ "NESTED": {
44
+ "total": 83,
45
+ "em_norm": 0.4217,
46
+ "ex": 0.4458
47
+ },
48
+ "JOIN": {
49
+ "total": 408,
50
+ "em_norm": 0.0711,
51
+ "ex": 0.2304
52
+ },
53
+ "HAVING": {
54
+ "total": 79,
55
+ "em_norm": 0.2025,
56
+ "ex": 0.3418
57
+ }
58
+ },
59
+ "by_hardness": {
60
+ "easy": {
61
+ "total": 456,
62
+ "em_norm": 0.5811,
63
+ "ex": 0.614
64
+ },
65
+ "medium": {
66
+ "total": 402,
67
+ "em_norm": 0.1841,
68
+ "ex": 0.3209
69
+ },
70
+ "hard": {
71
+ "total": 168,
72
+ "em_norm": 0.3036,
73
+ "ex": 0.3869
74
+ },
75
+ "extra_hard": {
76
+ "total": 8,
77
+ "em_norm": 0.0,
78
+ "ex": 0.0
79
+ }
80
+ },
81
+ "error_types": {
82
+ "OTHER": 130,
83
+ "WRONG_COLUMNS": 139,
84
+ "MISSING_JOIN": 52,
85
+ "WRONG_TABLE": 260,
86
+ "EXTRA_JOIN": 48,
87
+ "MISSING_ORDER_BY": 5,
88
+ "MISSING_WHERE": 3,
89
+ "MISSING_GROUP_BY": 7
90
+ }
91
+ }