References:
enwik8
Use the following command to load this dataset in TFDS:
ds = tfds.load('huggingface:enwik8/enwik8')
- Description:
The dataset is based on the Hutter Prize (http://prize.hutter1.net) and contains the first 10^8 byte of Wikipedia
- License: No known license
- Version: 1.1.0
- Splits:
Split | Examples |
---|---|
'train' |
1128024 |
- Features:
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}
enwik8-raw
Use the following command to load this dataset in TFDS:
ds = tfds.load('huggingface:enwik8/enwik8-raw')
- Description:
The dataset is based on the Hutter Prize (http://prize.hutter1.net) and contains the first 10^8 byte of Wikipedia
- License: No known license
- Version: 1.1.0
- Splits:
Split | Examples |
---|---|
'train' |
1 |
- Features:
{
"text": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}