minimew commited on
Commit
bc7ebce
·
verified ·
1 Parent(s): e8ba15e

Upload bird/t5-base/run_1/eval_metrics.json with huggingface_hub

Browse files
bird/t5-base/run_1/eval_metrics.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "t5-base",
3
+ "dataset": "bird",
4
+ "run": 1,
5
+ "checkpoint": "bird/t5-base/run_1/best",
6
+ "eval_beams": 4,
7
+ "n_samples": 1534,
8
+ "em_raw": 0.0339,
9
+ "em_norm": 0.0346,
10
+ "ex": 0.0,
11
+ "ex_errors": 0,
12
+ "ex_missing_db": 1534,
13
+ "by_difficulty": {
14
+ "simple": {
15
+ "total": 925,
16
+ "em_norm": 0.0551,
17
+ "ex": 0.0
18
+ },
19
+ "moderate": {
20
+ "total": 464,
21
+ "em_norm": 0.0022,
22
+ "ex": 0.0
23
+ },
24
+ "challenging": {
25
+ "total": 145,
26
+ "em_norm": 0.0069,
27
+ "ex": 0.0
28
+ }
29
+ },
30
+ "by_sql_type": {
31
+ "ORDER_BY": {
32
+ "total": 305,
33
+ "em_norm": 0.023,
34
+ "ex": 0.0
35
+ },
36
+ "LIMIT": {
37
+ "total": 293,
38
+ "em_norm": 0.0239,
39
+ "ex": 0.0
40
+ },
41
+ "JOIN": {
42
+ "total": 1140,
43
+ "em_norm": 0.0202,
44
+ "ex": 0.0
45
+ },
46
+ "AGGREGATION": {
47
+ "total": 659,
48
+ "em_norm": 0.0212,
49
+ "ex": 0.0
50
+ },
51
+ "NESTED": {
52
+ "total": 118,
53
+ "em_norm": 0.0508,
54
+ "ex": 0.0
55
+ },
56
+ "GROUP_BY": {
57
+ "total": 120,
58
+ "em_norm": 0.0,
59
+ "ex": 0.0
60
+ },
61
+ "HAVING": {
62
+ "total": 21,
63
+ "em_norm": 0.0,
64
+ "ex": 0.0
65
+ },
66
+ "SIMPLE": {
67
+ "total": 119,
68
+ "em_norm": 0.1176,
69
+ "ex": 0.0
70
+ }
71
+ },
72
+ "error_types": {
73
+ "EXTRA_JOIN": 200,
74
+ "WRONG_TABLE": 676,
75
+ "MISSING_ORDER_BY": 24,
76
+ "OTHER": 450,
77
+ "MISSING_WHERE": 18,
78
+ "MISSING_GROUP_BY": 33,
79
+ "MISSING_JOIN": 80
80
+ }
81
+ }