openwebtext

References:

plain_text

Use the following command to load this dataset in TFDS:

ds = tfds.load('huggingface:openwebtext/plain_text')
  • Description:
An open-source replication of the WebText dataset from OpenAI.
  • License: No known license
  • Version: 1.0.0
  • Splits:
Split Examples
'train' 8013769
  • Features:
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}