Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,17 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
+
widget:
|
4 |
+
- text: >-
|
5 |
+
convert question and table into SQL query. tables: people_name(id,name),
|
6 |
+
people_age(people_id,age). question: how many people with name jui and age
|
7 |
+
less than 25
|
8 |
+
license: cc-by-sa-4.0
|
9 |
+
pipeline_tag: text2text-generation
|
10 |
+
inference:
|
11 |
+
parameters:
|
12 |
+
max_length: 512
|
13 |
+
num_beams: 10
|
14 |
+
top_k: 10
|
15 |
---
|
16 |
|
17 |
# Model Card for Model ID
|