Tverous commited on
Commit
771852b
·
1 Parent(s): 744210c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: uid
5
+ dtype: string
6
+ - name: premise
7
+ dtype: string
8
+ - name: hypothesis
9
+ dtype: string
10
+ - name: label
11
+ dtype: int64
12
+ - name: hyp_amr
13
+ dtype: string
14
+ - name: hyp_linearized_amr
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 5344233
19
+ num_examples: 14740
20
+ download_size: 1790710
21
+ dataset_size: 5344233
22
+ ---
23
+ # Dataset Card for "test"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)