Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
Commit ·
f0371ff
1
Parent(s): 3dd7c1d
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- no-annotation
|
| 4 |
+
language_creators:
|
| 5 |
+
- found
|
| 6 |
+
languages:
|
| 7 |
+
- da
|
| 8 |
+
licenses:
|
| 9 |
+
- mit
|
| 10 |
+
multilinguality:
|
| 11 |
+
- monolingual
|
| 12 |
+
pretty_name: Reddit-da
|
| 13 |
+
size_categories:
|
| 14 |
+
- 1M<n<10M
|
| 15 |
+
source_datasets:
|
| 16 |
+
- original
|
| 17 |
+
task_categories:
|
| 18 |
+
- sequence-modeling
|
| 19 |
+
task_ids:
|
| 20 |
+
- language-modeling
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
# Dataset Card for SQuAD-da
|
| 24 |
+
|
| 25 |
+
## Table of Contents
|
| 26 |
+
- [Table of Contents](#table-of-contents)
|
| 27 |
+
- [Dataset Description](#dataset-description)
|
| 28 |
+
- [Dataset Summary](#dataset-summary)
|
| 29 |
+
- [Languages](#languages)
|
| 30 |
+
- [Dataset Structure](#dataset-structure)
|
| 31 |
+
- [Data Instances](#data-instances)
|
| 32 |
+
- [Data Fields](#data-fields)
|
| 33 |
+
- [Additional Information](#additional-information)
|
| 34 |
+
- [Dataset Curators](#dataset-curators)
|
| 35 |
+
- [Licensing Information](#licensing-information)
|
| 36 |
+
- [Contributions](#contributions)
|
| 37 |
+
|
| 38 |
+
### Dataset Summary
|
| 39 |
+
|
| 40 |
+
This dataset consists of 1,908,887 Danish posts from Reddit, scraped by the AI Lab at the National Library of Norway (@NbAiLab).
|
| 41 |
+
|
| 42 |
+
### Supported Tasks and Leaderboards
|
| 43 |
+
|
| 44 |
+
This dataset is suitable for language modelling.
|
| 45 |
+
|
| 46 |
+
### Languages
|
| 47 |
+
|
| 48 |
+
This dataset is in Danish.
|
| 49 |
+
|
| 50 |
+
## Dataset Structure
|
| 51 |
+
|
| 52 |
+
### Data Instances
|
| 53 |
+
|
| 54 |
+
Every entry in the dataset contains short Reddit comments in Danish, along with a unique ID.
|
| 55 |
+
|
| 56 |
+
### Data Fields
|
| 57 |
+
|
| 58 |
+
An entry in the dataset consists of the following fields:
|
| 59 |
+
- `id` (`str`): A unique identifier.
|
| 60 |
+
- `text` (`str`): A short Reddit comment.
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
## Additional Information
|
| 64 |
+
|
| 65 |
+
### Dataset Curators
|
| 66 |
+
|
| 67 |
+
The curation of the dataset is solely due to the AI Lab at the National Library of Norway (@NbAiLab).
|
| 68 |
+
|
| 69 |
+
### Licensing Information
|
| 70 |
+
|
| 71 |
+
The dataset is released under the MIT license.
|
| 72 |
+
|
| 73 |
+
### Contributions
|
| 74 |
+
|
| 75 |
+
Thanks to [@saattrupdan](https://github.com/saattrupdan) for adding this dataset to the Hugging Face Hub.
|