minimew commited on
Commit
5dfb1d0
·
verified ·
1 Parent(s): 2926c7e

Upload spider/t5-base/run_5/eval_metrics.json with huggingface_hub

Browse files
spider/t5-base/run_5/eval_metrics.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "t5-base",
3
+ "dataset": "spider",
4
+ "run": 5,
5
+ "eval_beams": 4,
6
+ "n_samples": 1034,
7
+ "em_raw": 0.3453,
8
+ "em_norm": 0.4043,
9
+ "ex": 0.5145,
10
+ "ex_errors": 304,
11
+ "valid_sql_rate": 0.706,
12
+ "table_precision": 0.9055,
13
+ "table_recall": 0.8835,
14
+ "table_f1": 0.8832,
15
+ "by_sql_type": {
16
+ "AGGREGATION": {
17
+ "total": 551,
18
+ "em_norm": 0.4192,
19
+ "ex": 0.5136
20
+ },
21
+ "ORDER_BY": {
22
+ "total": 237,
23
+ "em_norm": 0.384,
24
+ "ex": 0.5359
25
+ },
26
+ "LIMIT": {
27
+ "total": 189,
28
+ "em_norm": 0.3333,
29
+ "ex": 0.4868
30
+ },
31
+ "SIMPLE": {
32
+ "total": 185,
33
+ "em_norm": 0.5568,
34
+ "ex": 0.627
35
+ },
36
+ "GROUP_BY": {
37
+ "total": 277,
38
+ "em_norm": 0.3249,
39
+ "ex": 0.444
40
+ },
41
+ "NESTED": {
42
+ "total": 83,
43
+ "em_norm": 0.3373,
44
+ "ex": 0.3855
45
+ },
46
+ "JOIN": {
47
+ "total": 408,
48
+ "em_norm": 0.1103,
49
+ "ex": 0.299
50
+ },
51
+ "HAVING": {
52
+ "total": 79,
53
+ "em_norm": 0.2152,
54
+ "ex": 0.3291
55
+ }
56
+ },
57
+ "by_hardness": {
58
+ "easy": {
59
+ "total": 456,
60
+ "em_norm": 0.6096,
61
+ "ex": 0.6711
62
+ },
63
+ "medium": {
64
+ "total": 402,
65
+ "em_norm": 0.2363,
66
+ "ex": 0.4179
67
+ },
68
+ "hard": {
69
+ "total": 168,
70
+ "em_norm": 0.2679,
71
+ "ex": 0.3452
72
+ },
73
+ "extra_hard": {
74
+ "total": 8,
75
+ "em_norm": 0.0,
76
+ "ex": 0.0
77
+ }
78
+ },
79
+ "error_types": {
80
+ "WRONG_COLUMNS": 123,
81
+ "MISSING_JOIN": 43,
82
+ "OTHER": 154,
83
+ "EXTRA_JOIN": 47,
84
+ "WRONG_TABLE": 234,
85
+ "MISSING_GROUP_BY": 8,
86
+ "MISSING_WHERE": 2,
87
+ "MISSING_ORDER_BY": 5
88
+ }
89
+ }