JacksonLark
commited on
Commit
•
ea72c6c
1
Parent(s):
e987fab
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: 'Given the following schema:\ntrack (Track_ID, Name, Location, Seating, Year_Opened)\nrace (Race_ID, Name, Class, Date, Track_ID)\nWrite a SQL query to count the number of tracks.'
|
12 |
+
example_title: 'count'
|
13 |
+
- text: 'Given the following schema:\nmountain (Mountain_ID, Name, Height, Prominence, Range, Country)\nclimber (Climber_ID, Name, Country, Time, Points, Mountain_ID)\nWrite a SQL query to list the countries that have more than one mountain.'
|
14 |
+
example_title: 'having'
|
15 |
---
|
16 |
|
17 |
# How to Use
|