Update README.md
Browse files
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 |
---
|