fiveflow commited on
Commit
97da584
1 Parent(s): b04c197

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: data
5
+ struct:
6
+ - name: QAS
7
+ struct:
8
+ - name: answer
9
+ dtype: string
10
+ - name: qid
11
+ dtype: string
12
+ - name: question
13
+ dtype: string
14
+ - name: T
15
+ dtype: string
16
+ - name: TBL
17
+ sequence:
18
+ sequence: string
19
+ - name: U
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 118583012
24
+ num_examples: 57819
25
+ download_size: 22695247
26
+ dataset_size: 118583012
27
+ ---
28
+ # Dataset Card for "table_data"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)