Datasets:
Tasks:
Text2Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
1K - 10K
Tags:
text-to-sql
License:
ravidborse
commited on
Commit
•
3981f86
1
Parent(s):
28ad1a5
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: db_id
|
6 |
+
dtype: string
|
7 |
+
- name: query
|
8 |
+
dtype: string
|
9 |
+
- name: question
|
10 |
+
dtype: string
|
11 |
+
- name: query_toks
|
12 |
+
sequence: string
|
13 |
+
- name: query_toks_no_value
|
14 |
+
sequence: string
|
15 |
+
- name: question_toks
|
16 |
+
sequence: string
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_bytes: 629813
|
20 |
+
num_examples: 1000
|
21 |
+
download_size: 115097
|
22 |
+
dataset_size: 629813
|
23 |
+
configs:
|
24 |
+
- config_name: default
|
25 |
+
data_files:
|
26 |
+
- split: train
|
27 |
+
path: data/train-*
|
28 |
---
|