References:
20220301.de
Use the following command to load this dataset in TFDS:
ds = tfds.load('huggingface:wikipedia/20220301.de')
- Description:
Wikipedia dataset containing cleaned articles of all languages.
The datasets are built from the Wikipedia dump
(https://dumps.wikimedia.org/) with one split per language. Each example
contains the content of one full Wikipedia article with cleaning to strip
markdown and unwanted sections (references, etc.).
- License: No known license
- Version: 2.0.0
- Splits:
Split | Examples |
---|---|
'train' |
2665357 |
- Features:
{
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
20220301.en
Use the following command to load this dataset in TFDS:
ds = tfds.load('huggingface:wikipedia/20220301.en')
- Description:
Wikipedia dataset containing cleaned articles of all languages.
The datasets are built from the Wikipedia dump
(https://dumps.wikimedia.org/) with one split per language. Each example
contains the content of one full Wikipedia article with cleaning to strip
markdown and unwanted sections (references, etc.).
- License: No known license
- Version: 2.0.0
- Splits:
Split | Examples |
---|---|
'train' |
6458670 |
- Features:
{
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
20220301.fr
Use the following command to load this dataset in TFDS:
ds = tfds.load('huggingface:wikipedia/20220301.fr')
- Description:
Wikipedia dataset containing cleaned articles of all languages.
The datasets are built from the Wikipedia dump
(https://dumps.wikimedia.org/) with one split per language. Each example
contains the content of one full Wikipedia article with cleaning to strip
markdown and unwanted sections (references, etc.).
- License: No known license
- Version: 2.0.0
- Splits:
Split | Examples |
---|---|
'train' |
2402095 |
- Features:
{
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
20220301.frr
Use the following command to load this dataset in TFDS:
ds = tfds.load('huggingface:wikipedia/20220301.frr')
- Description:
Wikipedia dataset containing cleaned articles of all languages.
The datasets are built from the Wikipedia dump
(https://dumps.wikimedia.org/) with one split per language. Each example
contains the content of one full Wikipedia article with cleaning to strip
markdown and unwanted sections (references, etc.).
- License: No known license
- Version: 2.0.0
- Splits:
Split | Examples |
---|---|
'train' |
15199 |
- Features:
{
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
20220301.it
Use the following command to load this dataset in TFDS:
ds = tfds.load('huggingface:wikipedia/20220301.it')
- Description:
Wikipedia dataset containing cleaned articles of all languages.
The datasets are built from the Wikipedia dump
(https://dumps.wikimedia.org/) with one split per language. Each example
contains the content of one full Wikipedia article with cleaning to strip
markdown and unwanted sections (references, etc.).
- License: No known license
- Version: 2.0.0
- Splits:
Split | Examples |
---|---|
'train' |
1743035 |
- Features:
{
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
20220301.simple
Use the following command to load this dataset in TFDS:
ds = tfds.load('huggingface:wikipedia/20220301.simple')
- Description:
Wikipedia dataset containing cleaned articles of all languages.
The datasets are built from the Wikipedia dump
(https://dumps.wikimedia.org/) with one split per language. Each example
contains the content of one full Wikipedia article with cleaning to strip
markdown and unwanted sections (references, etc.).
- License: No known license
- Version: 2.0.0
- Splits:
Split | Examples |
---|---|
'train' |
205328 |
- Features:
{
"id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"url": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"title": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}