ajders commited on
Commit
e411adb
1 Parent(s): 6f84e7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,5 +1,40 @@
1
- ## Machine Translated Subset of CNN Daily Mail Text Summarisation Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
- This dataset is a machine translated subset of the [CNN Dailymail Dataset](https://huggingface.co/datasets/ccdv/cnn_dailymail). The dataset is translated using the [Helsinki-NLP/opus-mt-en-da](https://huggingface.co/Helsinki-NLP/opus-mt-en-da)-model.
4
 
5
- The dataset consists of 2872 articles (`article`) with corresponding summaries (`highlights`). Its intended usage is for Danish text summarisation.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - machine-generated
4
+ language_creators:
5
+ - machine-generated
6
+ languages:
7
+ - da
8
+ licenses:
9
+ - apache-2.0
10
+ multilinguality:
11
+ - translation
12
+ pretty_name: machine_translated_cnn_dailymail_da_small
13
+ size_categories:
14
+ - 1K<n<10K
15
+ source_datasets: []
16
+ task_categories:
17
+ - summarization
18
+ task_ids:
19
+ - news-articles-summarization
20
+ ---
21
 
22
+ # Dataset Card for machine_translated_cnn_dailymail_da_small
23
 
24
+ ### Dataset Summary
25
+
26
+ This dataset is a machine translated subset of the [CNN Dailymail Dataset](https://huggingface.co/datasets/ccdv/cnn_dailymail) into Danish. The dataset is translated using the [Helsinki-NLP/opus-mt-en-da](https://huggingface.co/Helsinki-NLP/opus-mt-en-da)-model. The dataset consists of 2872 articles with summaries with intended usage for Danish text summarisation.
27
+
28
+ ## Dataset Structure
29
+
30
+ Machine translated articles (`article`) with corresponding summaries (`highlights`).
31
+ ```
32
+ {
33
+ 'article': Value(dtype='string', id=None),
34
+ 'highlights': Value(dtype='string', id=None),
35
+ 'id': Value(dtype='string', id=None)
36
+ }
37
+ ```
38
+
39
+ ### Licensing Information
40
+ The dataset is released under the [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0).