Tverous commited on
Commit
ecbfd01
·
1 Parent(s): 6ce7230

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
12
+ class_label:
13
+ names:
14
+ '0': entailment
15
+ '1': neutral
16
+ '2': contradiction
17
+ - name: reason
18
+ dtype: string
19
+ - name: linearized_amr
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 60139915
24
+ num_examples: 100459
25
+ - name: dev
26
+ num_bytes: 853527
27
+ num_examples: 1200
28
+ - name: test
29
+ num_bytes: 847367
30
+ num_examples: 1200
31
+ download_size: 20999544
32
+ dataset_size: 61840809
33
+ ---
34
+ # Dataset Card for "anli-amr-amrlib"
35
+
36
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)