mtc commited on
Commit
423e18d
·
1 Parent(s): cefca07

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - name: __index_level_0__
27
+ dtype: int64
28
+ splits:
29
+ - name: train
30
+ num_bytes: 15524344
31
+ num_examples: 49123
32
+ download_size: 9344964
33
+ dataset_size: 15524344
34
+ ---
35
+ # Dataset Card for "cnn_dm_paraphrase_unique_50k"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)