QagentS commited on
Commit
0bd8317
1 Parent(s): 56693ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -5,6 +5,11 @@ language:
5
  metrics:
6
  - accuracy
7
  pipeline_tag: text-generation
 
 
 
 
 
8
  tags:
9
  - code
10
  - sql
 
5
  metrics:
6
  - accuracy
7
  pipeline_tag: text-generation
8
+ widget:
9
+ - 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>"
10
+ example_title: "example1"
11
+ - text: "<schema>CREATE TABLE system(JobID: String,GID: String, UID: String,Submit: Time , Start:Time(yyyy/mm/dd), End: Time,ElapsedRaw: Time, CPUTimeRAW: Time,NCPUS: Number,NNodes: Number, NodeList: List, State:String, Timelimit: Time);</schema><question>Write sql query to get UID for JobID 20 that Start on Jan 20 , 2010 and end on March 10 , 2012 </question><sql>"
12
+ example_title: "example2"
13
  tags:
14
  - code
15
  - sql