danwakeem commited on
Commit
1c156c2
1 Parent(s): 4bd71be

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: name
18
+ dtype: string
19
+ - name: aggregation_label
20
+ dtype: string
21
+ - name: answer_coordinates
22
+ sequence:
23
+ sequence: int64
24
+ splits:
25
+ - name: train
26
+ num_bytes: 1219
27
+ num_examples: 1
28
+ download_size: 6269
29
+ dataset_size: 1219
30
+ ---
31
+ # Dataset Card for "wikitablequestions-wtq"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)