juanfra218 commited on
Commit
4f6bbf5
·
verified ·
1 Parent(s): afcf4b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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