Commit
·
7bc720d
1
Parent(s):
b0a471d
Add a short description of the dataset
Browse files
README.md
CHANGED
@@ -18,6 +18,7 @@ task_categories:
|
|
18 |
- conditional-text-generation
|
19 |
task_ids:
|
20 |
- summarization
|
|
|
21 |
# Dataset Card for [Dataset Name]
|
22 |
|
23 |
## Table of Contents
|
@@ -55,15 +56,14 @@ task_ids:
|
|
55 |
|
56 |
### Dataset Summary
|
57 |
|
58 |
-
[
|
59 |
|
60 |
-
|
61 |
|
62 |
-
[More Information Needed]
|
63 |
|
64 |
### Languages
|
65 |
|
66 |
-
|
67 |
|
68 |
## Dataset Structure
|
69 |
|
@@ -73,11 +73,15 @@ task_ids:
|
|
73 |
|
74 |
### Data Fields
|
75 |
|
76 |
-
|
|
|
|
|
77 |
|
78 |
### Data Splits
|
79 |
|
80 |
-
|
|
|
|
|
81 |
|
82 |
## Dataset Creation
|
83 |
|
|
|
18 |
- conditional-text-generation
|
19 |
task_ids:
|
20 |
- summarization
|
21 |
+
---
|
22 |
# Dataset Card for [Dataset Name]
|
23 |
|
24 |
## Table of Contents
|
|
|
56 |
|
57 |
### Dataset Summary
|
58 |
|
59 |
+
This dataset is a machine translated dataset. It's the [XSum dataset](https://huggingface.co/datasets/xsum) translated with [this model](https://huggingface.co/Helsinki-NLP/opus-mt-en-nl) from English to Dutch.
|
60 |
|
61 |
+
See the [Hugginface page of the original dataset](https://huggingface.co/datasets/xsum) for more information on the format of this dataset.
|
62 |
|
|
|
63 |
|
64 |
### Languages
|
65 |
|
66 |
+
Dutch
|
67 |
|
68 |
## Dataset Structure
|
69 |
|
|
|
73 |
|
74 |
### Data Fields
|
75 |
|
76 |
+
- `id`: BBC ID of the article.
|
77 |
+
- `document`: a string containing the body of the news article
|
78 |
+
- `summary`: a string containing a one sentence summary of the article.
|
79 |
|
80 |
### Data Splits
|
81 |
|
82 |
+
- `train`
|
83 |
+
- `test`
|
84 |
+
- `validation`
|
85 |
|
86 |
## Dataset Creation
|
87 |
|