Tverous commited on
Commit
4ee76e6
·
1 Parent(s): f6d9cdb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: claim_cleaned_amr
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 1619
24
+ num_examples: 1
25
+ download_size: 13748
26
+ dataset_size: 1619
27
+ ---
28
+ # Dataset Card for "claim-amr-test"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)