Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,18 @@ datasets:
|
|
5 |
- gretelai/synthetic_text_to_sql
|
6 |
language:
|
7 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# Fine-Tuned Google T5 Model for Text to SQL Translation
|
|
|
5 |
- gretelai/synthetic_text_to_sql
|
6 |
language:
|
7 |
- en
|
8 |
+
base_model: google-t5/t5-small
|
9 |
+
metrics:
|
10 |
+
- exact_match
|
11 |
+
model-index:
|
12 |
+
- name: juanfra218/text2sql
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: text-to-sql
|
16 |
+
metrics:
|
17 |
+
- name: exact_match
|
18 |
+
type: exact_match
|
19 |
+
value: 0.4322
|
20 |
---
|
21 |
|
22 |
# Fine-Tuned Google T5 Model for Text to SQL Translation
|