kasnerz commited on
Commit
9fce14a
1 Parent(s): bcdfe36

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: table
5
+ dtype: large_string
6
+ - name: ref
7
+ dtype: string
8
+ - name: linked_columns
9
+ dtype: string
10
+ - name: title
11
+ dtype: string
12
+ - name: template
13
+ dtype: string
14
+ - name: table_id
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 41970984
19
+ num_examples: 28450
20
+ - name: validation
21
+ num_bytes: 6254952
22
+ num_examples: 4260
23
+ - name: test
24
+ num_bytes: 6051905
25
+ num_examples: 4305
26
+ download_size: 7704759
27
+ dataset_size: 54277841
28
+ ---
29
+ # Dataset Card for "logicnlg"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)