minimew commited on
Commit
79f1cdc
·
verified ·
1 Parent(s): 8fed1a5

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

Browse files
stage2/spider/t5-base/run_1/eval_metrics.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "t5-base",
3
+ "dataset": "spider",
4
+ "stage": "stage2",
5
+ "run": 1,
6
+ "checkpoint": "stage2/spider/t5-base/run_1/epoch-08-em0_3752",
7
+ "eval_beams": 4,
8
+ "n_samples": 1034,
9
+ "em_raw": 0.3221,
10
+ "em_norm": 0.3781,
11
+ "ex": 0.472,
12
+ "ex_errors": 372,
13
+ "valid_sql_rate": 0.6402,
14
+ "table_precision": 0.8809,
15
+ "table_recall": 0.8652,
16
+ "table_f1": 0.8601,
17
+ "by_sql_type": {
18
+ "AGGREGATION": {
19
+ "total": 551,
20
+ "em_norm": 0.3902,
21
+ "ex": 0.4537
22
+ },
23
+ "ORDER_BY": {
24
+ "total": 237,
25
+ "em_norm": 0.3544,
26
+ "ex": 0.4895
27
+ },
28
+ "LIMIT": {
29
+ "total": 189,
30
+ "em_norm": 0.291,
31
+ "ex": 0.4233
32
+ },
33
+ "SIMPLE": {
34
+ "total": 185,
35
+ "em_norm": 0.5297,
36
+ "ex": 0.6216
37
+ },
38
+ "GROUP_BY": {
39
+ "total": 277,
40
+ "em_norm": 0.3141,
41
+ "ex": 0.4116
42
+ },
43
+ "NESTED": {
44
+ "total": 83,
45
+ "em_norm": 0.3012,
46
+ "ex": 0.3373
47
+ },
48
+ "JOIN": {
49
+ "total": 408,
50
+ "em_norm": 0.1054,
51
+ "ex": 0.2574
52
+ },
53
+ "HAVING": {
54
+ "total": 79,
55
+ "em_norm": 0.2658,
56
+ "ex": 0.3544
57
+ }
58
+ },
59
+ "by_hardness": {
60
+ "easy": {
61
+ "total": 456,
62
+ "em_norm": 0.5658,
63
+ "ex": 0.6272
64
+ },
65
+ "medium": {
66
+ "total": 402,
67
+ "em_norm": 0.2164,
68
+ "ex": 0.3657
69
+ },
70
+ "hard": {
71
+ "total": 168,
72
+ "em_norm": 0.2738,
73
+ "ex": 0.3214
74
+ },
75
+ "extra_hard": {
76
+ "total": 8,
77
+ "em_norm": 0.0,
78
+ "ex": 0.125
79
+ }
80
+ },
81
+ "error_types": {
82
+ "OTHER": 165,
83
+ "WRONG_COLUMNS": 125,
84
+ "WRONG_TABLE": 255,
85
+ "EXTRA_JOIN": 42,
86
+ "MISSING_JOIN": 42,
87
+ "MISSING_ORDER_BY": 7,
88
+ "MISSING_GROUP_BY": 6,
89
+ "MISSING_WHERE": 1
90
+ }
91
+ }