kasnerz commited on
Commit
cf9d29b
1 Parent(s): c19cac6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: topic
5
+ dtype: string
6
+ - name: wiki
7
+ dtype: string
8
+ - name: url
9
+ dtype: string
10
+ - name: action
11
+ dtype: string
12
+ - name: sent
13
+ dtype: string
14
+ - name: annotation
15
+ dtype: string
16
+ - name: logic
17
+ dtype: string
18
+ - name: logic_str
19
+ dtype: string
20
+ - name: interpret
21
+ dtype: string
22
+ - name: num_func
23
+ dtype: string
24
+ - name: nid
25
+ dtype: string
26
+ - name: g_ids
27
+ dtype: string
28
+ - name: g_ids_features
29
+ dtype: string
30
+ - name: g_adj
31
+ dtype: string
32
+ - name: table_header
33
+ dtype: string
34
+ - name: table_cont
35
+ dtype: large_string
36
+ splits:
37
+ - name: train
38
+ num_bytes: 26490304
39
+ num_examples: 8566
40
+ - name: validation
41
+ num_bytes: 3318184
42
+ num_examples: 1095
43
+ - name: test
44
+ num_bytes: 3410210
45
+ num_examples: 1092
46
+ download_size: 10380637
47
+ dataset_size: 33218698
48
+ ---
49
+ # Dataset Card for "logic2text"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)