c4

References:

en

Use the following command to load this dataset in TFDS:

ds = tfds.load('huggingface:c4/en')
  • Description:
A colossal, cleaned version of Common Crawl's web crawl corpus.

Based on Common Crawl dataset: "https://commoncrawl.org".

This is the processed version of Google's C4 dataset by AllenAI.
  • License: No known license
  • Version: 0.0.0
  • Splits:
Split Examples
'train' 364868892
'validation' 364608
  • Features:
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "timestamp": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "url": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

en.noblocklist

Use the following command to load this dataset in TFDS:

ds = tfds.load('huggingface:c4/en.noblocklist')
  • Description:
A colossal, cleaned version of Common Crawl's web crawl corpus.

Based on Common Crawl dataset: "https://commoncrawl.org".

This is the processed version of Google's C4 dataset by AllenAI.
  • License: No known license
  • Version: 0.0.0
  • Splits:
Split Examples
'train' 393391519
'validation' 393226
  • Features:
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "timestamp": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "url": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

realnewslike

Use the following command to load this dataset in TFDS:

ds = tfds.load('huggingface:c4/realnewslike')
  • Description:
A colossal, cleaned version of Common Crawl's web crawl corpus.

Based on Common Crawl dataset: "https://commoncrawl.org".

This is the processed version of Google's C4 dataset by AllenAI.
  • License: No known license
  • Version: 0.0.0
  • Splits:
Split Examples
'train' 13799838
'validation' 13863
  • Features:
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "timestamp": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "url": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}

en.noclean

Use the following command to load this dataset in TFDS:

ds = tfds.load('huggingface:c4/en.noclean')
  • Description:
A colossal, cleaned version of Common Crawl's web crawl corpus.

Based on Common Crawl dataset: "https://commoncrawl.org".

This is the processed version of Google's C4 dataset by AllenAI.
  • License: No known license
  • Version: 0.0.0
  • Splits:
Split Examples
'train' 1063805381
'validation' 1065029
  • Features:
{
    "text": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "timestamp": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "url": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    }
}