Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

C4 tiny

this dataset is a very small subset of https://huggingface.co/datasets/allenai/c4 that can be use for testing without having to download the full c4 dataset.

to use

from dataset import load_dataset
dataset = load_dataset("PrimeIntellect/c4-tiny", "en", ignore_verifications=True)
Downloads last month
10