Tverous commited on
Commit
976b1c6
·
1 Parent(s): 57fcb6d

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: 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: 146513367
19
+ num_examples: 401717
20
+ - name: dev
21
+ num_bytes: 5144374
22
+ num_examples: 14339
23
+ - name: test
24
+ num_bytes: 5344233
25
+ num_examples: 14740
26
+ download_size: 53289338
27
+ dataset_size: 157001974
28
+ ---
29
+ # Dataset Card for "flcker30k"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)