bol20162021
commited on
Commit
•
80a5e39
1
Parent(s):
216215c
Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,3 @@
|
|
1 |
-
---
|
2 |
-
license: llama2
|
3 |
-
inference:
|
4 |
-
parameters:
|
5 |
-
do_sample: false
|
6 |
-
max_length: 200
|
7 |
-
widget:
|
8 |
-
- text: "CREATE TABLE stadium (\n stadium_id number,\n location text,\n name text,\n capacity number,\n)\n\n-- Using valid SQLite, answer the following questions for the tables provided above.\n\n-- how many stadiums in total?\n\nSELECT"
|
9 |
-
example_title: "Number stadiums"
|
10 |
-
- text: "CREATE TABLE work_orders ( ID NUMBER, CREATED_AT TEXT, COST FLOAT, INVOICE_AMOUNT FLOAT, IS_DUE BOOLEAN, IS_OPEN BOOLEAN, IS_OVERDUE BOOLEAN, COUNTRY_NAME TEXT, )\n\n-- Using valid SQLite, answer the following questions for the tables provided above.\n\n-- how many work orders are open?\n\nSELECT"
|
11 |
-
example_title: "Open work orders"
|
12 |
-
- text: "CREATE TABLE stadium ( stadium_id number, location text, name text, capacity number, highest number, lowest number, average number )\n\nCREATE TABLE singer ( singer_id number, name text, country text, song_name text, song_release_year text, age number, is_male others )\n\nCREATE TABLE concert ( concert_id number, concert_name text, theme text, stadium_id text, year text )\n\nCREATE TABLE singer_in_concert ( concert_id number, singer_id text )\n\n-- Using valid SQLite, answer the following questions for the tables provided above.\n\n-- What is the maximum, the average, and the minimum capacity of stadiums ?\n\nSELECT"
|
13 |
-
example_title: "Stadium capacity"
|
14 |
-
---
|
15 |
-
|
16 |
# NSQL-Llama-2-70B
|
17 |
|
18 |
## Model Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# NSQL-Llama-2-70B
|
2 |
|
3 |
## Model Description
|