anilajax commited on
Commit
09259e6
·
verified ·
1 Parent(s): 3a9d7f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -1,3 +1,15 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - b-mc2/sql-create-context
5
+ - Clinton/Text-to-sql-v1
6
+ language:
7
+ - en
8
+ base_model:
9
+ - cssupport/t5-small-awesome-text-to-sql
10
+ - google-t5/t5-small
11
+ pipeline_tag: text2text-generation
12
+ tags:
13
+ - text2sql
14
+ - sql
15
+ ---