Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

FineWeb10B SP4096 Dataset for Parameter Golf

This is the SP4096 tokenized version of the FineWeb10B dataset, prepared for the OpenAI Parameter Golf competition.

Contents

  • fineweb_train_*.bin — Training shards (144 files, ~2.8GB total)
  • fineweb_val_*.bin — Validation shards (10 files)
  • tokenizers/fineweb_4096_bpe.model — SentencePiece tokenizer model (4096 vocab)

Format

Binary .bin files contain raw token IDs as uint16 arrays, tokenized with the SP4096 SentencePiece model.

Usage

pip install huggingface-hub
python3 download_hf_data.py  # or use huggingface-cli

Source

License

Same as FineWeb (ODC-BY 1.0)

Downloads last month
42