tjaffri commited on
Commit
096ac2e
·
1 Parent(s): 3675da0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: question
6
+ dtype: string
7
+ - name: table_info
8
+ dtype: string
9
+ - name: sql_query
10
+ dtype: string
11
+ splits:
12
+ - name: train
13
+ num_bytes: 847766
14
+ num_examples: 3473
15
+ download_size: 391731
16
+ dataset_size: 847766
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: data/train-*
22
  ---