QagentS commited on
Commit
a8dac49
·
verified ·
1 Parent(s): 37ee104

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -18,6 +18,12 @@ tags:
18
  - text-generation-inference
19
  library_name: transformers
20
  pipeline_tag: text-generation
 
 
 
 
 
 
21
  ---
22
  # pipSQL-1.3b
23
  [pipableAi](https://www.linkedin.com/company/pipable.ai/about/)
 
18
  - text-generation-inference
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: "example2"
26
+
27
  ---
28
  # pipSQL-1.3b
29
  [pipableAi](https://www.linkedin.com/company/pipable.ai/about/)