minimew commited on
Commit
5af7055
·
verified ·
1 Parent(s): 985ee05

Upload ablation/oracle-schema/spider/codet5-base/run_1/eval_metrics.json with huggingface_hub

Browse files
ablation/oracle-schema/spider/codet5-base/run_1/eval_metrics.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "codet5-base",
3
+ "dataset": "spider",
4
+ "stage": "oracle",
5
+ "run": 1,
6
+ "checkpoint": "ablation/oracle-schema/spider/codet5-base/run_1/epoch-08-em0_4961",
7
+ "eval_beams": 4,
8
+ "n_samples": 1034,
9
+ "em_raw": 0.4313,
10
+ "em_norm": 0.5048,
11
+ "ex": 0.6625,
12
+ "ex_errors": 123,
13
+ "valid_sql_rate": 0.881,
14
+ "table_precision": 0.991,
15
+ "table_recall": 0.9921,
16
+ "table_f1": 0.9899,
17
+ "by_sql_type": {
18
+ "AGGREGATION": {
19
+ "total": 551,
20
+ "em_norm": 0.4936,
21
+ "ex": 0.6407
22
+ },
23
+ "ORDER_BY": {
24
+ "total": 237,
25
+ "em_norm": 0.481,
26
+ "ex": 0.6878
27
+ },
28
+ "LIMIT": {
29
+ "total": 189,
30
+ "em_norm": 0.4233,
31
+ "ex": 0.6455
32
+ },
33
+ "SIMPLE": {
34
+ "total": 185,
35
+ "em_norm": 0.7297,
36
+ "ex": 0.773
37
+ },
38
+ "GROUP_BY": {
39
+ "total": 277,
40
+ "em_norm": 0.4043,
41
+ "ex": 0.6173
42
+ },
43
+ "NESTED": {
44
+ "total": 83,
45
+ "em_norm": 0.4217,
46
+ "ex": 0.4699
47
+ },
48
+ "JOIN": {
49
+ "total": 408,
50
+ "em_norm": 0.1814,
51
+ "ex": 0.5368
52
+ },
53
+ "HAVING": {
54
+ "total": 79,
55
+ "em_norm": 0.3797,
56
+ "ex": 0.5823
57
+ }
58
+ },
59
+ "by_hardness": {
60
+ "easy": {
61
+ "total": 456,
62
+ "em_norm": 0.7346,
63
+ "ex": 0.7675
64
+ },
65
+ "medium": {
66
+ "total": 402,
67
+ "em_norm": 0.2935,
68
+ "ex": 0.6095
69
+ },
70
+ "hard": {
71
+ "total": 168,
72
+ "em_norm": 0.4107,
73
+ "ex": 0.5357
74
+ },
75
+ "extra_hard": {
76
+ "total": 8,
77
+ "em_norm": 0.0,
78
+ "ex": 0.0
79
+ }
80
+ },
81
+ "error_types": {
82
+ "OTHER": 148,
83
+ "WRONG_COLUMNS": 127,
84
+ "WRONG_TABLE": 188,
85
+ "MISSING_WHERE": 6,
86
+ "MISSING_GROUP_BY": 14,
87
+ "MISSING_ORDER_BY": 5,
88
+ "MISSING_JOIN": 8,
89
+ "EXTRA_JOIN": 16
90
+ }
91
+ }