suriya7 commited on
Commit
a5bd959
1 Parent(s): 4042c1d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -5,4 +5,15 @@ inference:
5
  parameters:
6
  max_new_tokens: 100
7
  do_sample: false
 
 
 
 
 
 
 
 
 
 
 
8
  ---
 
5
  parameters:
6
  max_new_tokens: 100
7
  do_sample: false
8
+ widget:
9
+ - text: >-
10
+ translate English to SQL: How many models were finetuned using BERT as base
11
+ model?
12
+ - text: 'translate English to SQL: how many cars are in blue color'
13
+ datasets:
14
+ - b-mc2/sql-create-context
15
+ language:
16
+ - en
17
+ tags:
18
+ - code
19
  ---