mtc commited on
Commit
d03d8dc
·
1 Parent(s): 45a97d0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: label
5
+ dtype: string
6
+ - name: noise
7
+ dtype: bool
8
+ - name: backtranslation
9
+ dtype: bool
10
+ - name: extraction_span
11
+ sequence: int64
12
+ - name: claim
13
+ dtype: string
14
+ - name: augmentation
15
+ dtype: float64
16
+ - name: augmentation_span
17
+ dtype: float64
18
+ - name: id
19
+ dtype: string
20
+ - name: filepath
21
+ dtype: string
22
+ - name: original_span
23
+ dtype: string
24
+ - name: paraphrase
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 153813511
29
+ num_examples: 499623
30
+ download_size: 92043939
31
+ dataset_size: 153813511
32
+ ---
33
+ # Dataset Card for "cnn_dm_paraphrase_full"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)