Add lance format support by @eddyxu in https://github.com/huggingface/datasets/pull/7913
from datasets import load_dataset
ds = load_dataset("lance-format/fineweb-edu", streaming=True)
for example in ds["train"]:
...
revision in load_dataset by @Scott-Simmons in https://github.com/huggingface/datasets/pull/7929Full Changelog: https://github.com/huggingface/datasets/compare/4.4.2...4.5.0
Fetched April 7, 2026