Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,12 @@ widget:
|
|
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 |
---
|
10 |
|
11 |
This is an upgraded version of [https://huggingface.co/juierror/flan-t5-text2sql-with-schema](https://huggingface.co/juierror/flan-t5-text2sql-with-schema).
|
|
|
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 |
This is an upgraded version of [https://huggingface.co/juierror/flan-t5-text2sql-with-schema](https://huggingface.co/juierror/flan-t5-text2sql-with-schema).
|