danwakeem commited on
Commit
4e0522a
1 Parent(s): 5907802

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: question
7
+ dtype: string
8
+ - name: answers
9
+ sequence: string
10
+ - name: table
11
+ struct:
12
+ - name: header
13
+ sequence: string
14
+ - name: rows
15
+ sequence:
16
+ sequence: string
17
+ - name: aggregation_label
18
+ dtype: string
19
+ - name: answer_coordinates
20
+ sequence:
21
+ sequence: int64
22
+ splits:
23
+ - name: train
24
+ num_bytes: 3765
25
+ num_examples: 6
26
+ download_size: 5600
27
+ dataset_size: 3765
28
+ ---
29
+ # Dataset Card for "dev_mode-wtq"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)