File size: 1,287 Bytes
4ef792e
 
111a7b5
4ef792e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111a7b5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4ef792e
 
 
 
 
 
 
 
 
111a7b5
 
 
 
6b6100a
 
 
 
 
4ef792e
6b6100a
 
 
8561783
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
dataset_info:
- config_name: default
  features:
  - name: text
    dtype: string
  - name: summary
    dtype: string
  - name: id
    dtype: string
  splits:
  - name: train
    num_bytes: 1260614391
    num_examples: 287113
  - name: validation
    num_bytes: 57672089
    num_examples: 13368
  - name: test
    num_bytes: 49877597
    num_examples: 11490
  download_size: 836881022
  dataset_size: 1368164077
- config_name: mini
  features:
  - name: text
    dtype: string
  - name: summary
    dtype: string
  - name: id
    dtype: string
  - name: cluster_id
    dtype: int64
  splits:
  - name: train
    num_bytes: 169001211
    num_examples: 38500
  download_size: 103090954
  dataset_size: 169001211
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
- config_name: mini
  data_files:
  - split: train
    path: mini/train-*
license: odc-by
task_categories:
- summarization
language:
- en
---

# cnn_dailymail: cleaned

Original [cnn_dailymail](https://huggingface.co/datasets/abisee/cnn_dailymail) config 3.0.0 with the following changes:

- renamed columns to `text` and `summary`
- cleaning applied to `summary` column to correct punctuation, etc.