add eval results
Browse files
README.md
CHANGED
@@ -6,6 +6,28 @@ metrics:
|
|
6 |
- exact_match
|
7 |
language:
|
8 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pipeline_tag: text2text-generation
|
10 |
tags:
|
11 |
- text2sql
|
|
|
6 |
- exact_match
|
7 |
language:
|
8 |
- en
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
type: text-2-sql
|
12 |
+
name: Text to SQL
|
13 |
+
dataset:
|
14 |
+
type: spider
|
15 |
+
name: Spider
|
16 |
+
split: validation
|
17 |
+
metrics:
|
18 |
+
- type: exact_match
|
19 |
+
value: 0.492
|
20 |
+
- task:
|
21 |
+
type: text-2-sql
|
22 |
+
name: Text to SQL
|
23 |
+
dataset:
|
24 |
+
type: spider-Syn
|
25 |
+
name: Spider Syn
|
26 |
+
split: validation
|
27 |
+
metrics:
|
28 |
+
- type: exact_match
|
29 |
+
value: 0.395
|
30 |
+
|
31 |
pipeline_tag: text2text-generation
|
32 |
tags:
|
33 |
- text2sql
|