Update README.md
Browse files
README.md
CHANGED
@@ -19,10 +19,8 @@ tags:
|
|
19 |
library_name: transformers
|
20 |
pipeline_tag: text-generation
|
21 |
widget:
|
22 |
-
- text: "<schema>CREATE TABLE radio(age VARCHAR, radio_id VARCHAR, frequency VARCHAR, wavelength VARCHAR); CREATE TABLE radio_faults(radio_id VARCHAR, fault_description VARCHAR)</schema><question>Get the radio id and defect descriptions of radios that have wavelength greater than 30 ?</question><sql>"
|
23 |
-
example_title: "example1"
|
24 |
- text: "<schema>CREATE TABLE system(JobID: String,GID: String, UID: String, Start:Time(yyyy/mm/dd), End: Time,ElapsedRaw: Time, CPUTimeRAW: Time,NCPUS: Number,NNodes: Number, NodeList: List, State:String, Timelimit: Time);</schema><question>Get UID and job id for Jobs that started on Jan 20 , 2023</question><sql>"
|
25 |
-
example_title: "
|
26 |
|
27 |
---
|
28 |
# pipSQL-1.3b
|
|
|
19 |
library_name: transformers
|
20 |
pipeline_tag: text-generation
|
21 |
widget:
|
|
|
|
|
22 |
- text: "<schema>CREATE TABLE system(JobID: String,GID: String, UID: String, Start:Time(yyyy/mm/dd), End: Time,ElapsedRaw: Time, CPUTimeRAW: Time,NCPUS: Number,NNodes: Number, NodeList: List, State:String, Timelimit: Time);</schema><question>Get UID and job id for Jobs that started on Jan 20 , 2023</question><sql>"
|
23 |
+
example_title: "example"
|
24 |
|
25 |
---
|
26 |
# pipSQL-1.3b
|