Tverous commited on
Commit
6be50c2
·
1 Parent(s): e315973

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: manipulated_claim_cleaned_amr
20
+ dtype: string
21
+ - name: amr_penman
22
+ dtype: string
23
+ - name: amr_tokens
24
+ sequence: string
25
+ - name: amr_nodes
26
+ dtype: string
27
+ - name: amr_alignments
28
+ dtype: string
29
+ - name: amr_edges
30
+ sequence:
31
+ sequence: string
32
+ splits:
33
+ - name: train
34
+ num_bytes: 129177761
35
+ num_examples: 100459
36
+ - name: test
37
+ num_bytes: 1690901
38
+ num_examples: 1200
39
+ download_size: 41168893
40
+ dataset_size: 130868662
41
+ ---
42
+ # Dataset Card for "claim-amr"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)