datasets>=2.14.0 may not be reloaded from cache using older version of datasets (and therefore re-downloaded).Support for multiple configs via metadata yaml info by @polinaeterna in https://github.com/huggingface/datasets/pull/5331
---
configs:
- config_name: default
data_files:
- split: train
path: data.csv
- split: test
path: holdout.csv
---
---
configs:
- config_name: main_data
data_files: main_data.csv
- config_name: additional_data
data_files: additional_data.csv
---
Support for multiple configs via metadata yaml info by @polinaeterna in https://github.com/huggingface/datasets/pull/5331
push_to_hub() additional dataset configurationsds.push_to_hub("username/dataset_name", config_name="additional_data")
# reload later
ds = load_dataset("username/dataset_name", "additional_data")
Support returning dataframe in map transform by @mariosasko in https://github.com/huggingface/datasets/pull/5995
errors param in favor of encoding_errors in text builder by @mariosasko in https://github.com/huggingface/datasets/pull/5974huggingface_hub's RepoCard API by @mariosasko in https://github.com/huggingface/datasets/pull/5949joblib to avoid joblibspark test failures by @mariosasko in https://github.com/huggingface/datasets/pull/6000column_names type check with type hint in sort by @mariosasko in https://github.com/huggingface/datasets/pull/6001use_auth_token in favor of token by @mariosasko in https://github.com/huggingface/datasets/pull/5996ClassLabel min max check for None values by @mariosasko in https://github.com/huggingface/datasets/pull/6023task_templates in IterableDataset when they are no longer valid by @mariosasko in https://github.com/huggingface/datasets/pull/6027HfFileSystem and deprecate S3FileSystem by @mariosasko in https://github.com/huggingface/datasets/pull/6052Dataset.from_list docstring by @mariosasko in https://github.com/huggingface/datasets/pull/6062features are specified by @mariosasko in https://github.com/huggingface/datasets/pull/6045Full Changelog: https://github.com/huggingface/datasets/compare/2.13.1...2.14.0
Fetched April 7, 2026