vaishali commited on
Commit
a7ded55
1 Parent(s): 54e0899

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: query
12
+ dtype: string
13
+ - name: question
14
+ dtype: string
15
+ - name: table_names
16
+ sequence: string
17
+ - name: tables
18
+ sequence: string
19
+ - name: answer
20
+ dtype: string
21
+ - name: source
22
+ dtype: string
23
+ - name: target
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 2203191673
28
+ num_examples: 6715
29
+ - name: validation
30
+ num_bytes: 434370435
31
+ num_examples: 985
32
+ download_size: 535322409
33
+ dataset_size: 2637562108
34
+ ---
35
+ # Dataset Card for "spider-tableQA"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)