遇见数据集

fineweb_edu_100BT-shuffled

收藏
魔搭社区2026-07-12 更新2026-07-15 收录
官方服务:

资源简介:

# FineWeb-Edu 100BT (Shuffled) A globally shuffled version of [HuggingFaceFW/fineweb_edu_100BT](https://huggingface.co/datasets/HuggingFaceFW/fineweb_edu_100BT). Part of the [Smol-Data](https://huggingface.co/collections/HuggingFaceFW/smol-data) collection — tried and tested mixes for strong pretraining. ## Dataset Description This dataset contains the same ~100B tokens as [fineweb_edu_100BT](https://huggingface.co/datasets/HuggingFaceFW/fineweb_edu_100BT) but with all documents globally shuffled (seed=42). Use this version when you need randomized document ordering for pretraining. ## How It Was Created The unshuffled dataset was loaded into memory, shuffled with `dataset.shuffle(seed=42)`, and re-uploaded with 100 shards. See the [smol_data.py](https://github.com/huggingface/datatrove/blob/main/examples/smol_data.py) script for details. ## Usage ```python from datasets import load_dataset ds = load_dataset("HuggingFaceFW/fineweb_edu_100BT-shuffled", split="train", streaming=True) for sample in ds: print(sample["text"][:200]) break ``` ## Citation ```bibtex @misc{niklaus2026smoldata, title={SmolData}, author={Joel Niklaus and Hynek Kydl{\'\i}{\v{c}}ek}, year={2026}, publisher={Hugging Face}, journal={Hugging Face repository}, howpublished={\url{https://huggingface.co/collections/HuggingFaceFW/smol-data}} } ```

提供机构:
maas
创建时间:
2026-02-17
二维码
社区交流群
二维码
科研交流群
商业服务