Update README.md
Browse files
README.md
CHANGED
|
@@ -14,14 +14,17 @@ tags:
|
|
| 14 |
- basemodel
|
| 15 |
- jax
|
| 16 |
- pytorch
|
| 17 |
-
- tensorflow
|
| 18 |
- text-generation-inference
|
| 19 |
library_name: transformers
|
| 20 |
pipeline_tag: text-generation
|
| 21 |
widget:
|
| 22 |
-
- text:
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
# pipSQL-1.3b
|
| 27 |
|
|
@@ -189,4 +192,4 @@ SELECT T1.customer_first_name , T1.customer_middle_initial , T1.customer_last_
|
|
| 189 |
```
|
| 190 |
|
| 191 |
### Team
|
| 192 |
-
Avi Kothari, Pratham Gupta, Ritvik Aryan Kalra, Rohan Bhatial, Soham Acharya
|
|
|
|
| 14 |
- basemodel
|
| 15 |
- jax
|
| 16 |
- pytorch
|
|
|
|
| 17 |
- text-generation-inference
|
| 18 |
library_name: transformers
|
| 19 |
pipeline_tag: text-generation
|
| 20 |
widget:
|
| 21 |
+
- text: >-
|
| 22 |
+
<schema>CREATE TABLE system(JobID: String,GID: String, UID: String,
|
| 23 |
+
Start:Time(yyyy/mm/dd), End: Time,ElapsedRaw: Time, CPUTimeRAW: Time,NCPUS:
|
| 24 |
+
Number,NNodes: Number, NodeList: List, State:String, Timelimit:
|
| 25 |
+
Time);</schema><question>Get UID and job id for Jobs that started on Jan 20
|
| 26 |
+
, 2023 ended on feb 14 2023 and has job id 20</question><sql>
|
| 27 |
+
example_title: example
|
| 28 |
---
|
| 29 |
# pipSQL-1.3b
|
| 30 |
|
|
|
|
| 192 |
```
|
| 193 |
|
| 194 |
### Team
|
| 195 |
+
Avi Kothari, Pratham Gupta, Ritvik Aryan Kalra, Rohan Bhatial, Soham Acharya
|