JacksonLark
commited on
Commit
•
99888a9
1
Parent(s):
096e96a
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,11 @@ language:
|
|
7 |
pipeline_tag: text2text-generation
|
8 |
tags:
|
9 |
- nl2sql
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# How to Use
|
|
|
7 |
pipeline_tag: text2text-generation
|
8 |
tags:
|
9 |
- nl2sql
|
10 |
+
widget:
|
11 |
+
- text: "question: get people name with age less 25 table: id, name, age"
|
12 |
+
example_title: "less than"
|
13 |
+
- text: "question: get people name with age equal 25 table: id, name, age"
|
14 |
+
example_title: "equal"
|
15 |
---
|
16 |
|
17 |
# How to Use
|