from datasets import load_dataset
filters = [('date', '>=', '2023')]
ds = load_dataset("HuggingFaceFW/fineweb-2", "fra_Latn", streaming=True, filters=filters)
ClassLabel by @sergiopaniego in https://github.com/huggingface/datasets/pull/7293Full Changelog: https://github.com/huggingface/datasets/compare/3.1.0...3.2.0
Fetched April 7, 2026