Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
Danish
Size:
1M - 10M
License:
File size: 1,239 Bytes
fcc0222 |
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 |
---
pretty_name: Wikipedia
language:
- da
license: cc0-1.0
license_name: Creative Commons Zero v1.0 Universal
size_categories:
- 100k-1M
task_categories:
- text-generation
- fill-mask
task_ids:
- language-modeling
---
# Dataset Card for Wikipedia
## Dataset Description
- **Number of records:** 264502
- **Languages:** Danish
## Dataset Sturcture
An example from the dataset looks as follows.
```yaml
{
'text': 'Vimoutiers er en kommune i departementet Orne i Ba',
'source': 'wiki',
'id': 'wiki_366127',
'added': '2021-03-28',
'created': '2019-01-01, 2021-01-01',
'metadata': {
'domain': 'Wiki & Books',
'license': 'Creative Commons Legal Code
CC0 1.0 Universal',
'source-pretty': 'Wikipedia'
}
}
```
## Data Fields
- **id**: source-specific identifier.
- **text**: textual content of the document.
- **source**: source of the data.
- **added**: timestamp ai2 acquired this data.
- **created**": timestamp when original document was created (best-guess if not available)
- **metadata**: source-specific metadata.
## License Information
<details>
<summary>Creative Commons Zero v1.0 Universal</summary>
<p>
Creative Commons Legal Code
CC0 1.0 Universal
</p>
</details>
|