| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| datasource | package | from | to | | ---------- | -------- | ----- | ----- | | pypi | datasets | 4.4.1 | 5.0.1 |
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
Release Notes
huggingface/datasets (datasets)v5.0.1
Compare Source
Bug fixes
Docs
New Contributors
Full Changelog: huggingface/datasets@5.0.0...5.0.1
v5.0.0
Compare Source
Datasets Features
Agent traces
Parse Agent traces messages for SFT using teich by @lhoestq in #8232
Next-level shuffling in streaming mode
Use multiple input shards for shuffle buffer by @lhoestq in #8194
before👎:
after✨:
toy example comparison
before👎:
after✨:
Note: ds.state_dict() and ds.load_state_dict() are still supported for this improved shuffling :) enabling dataset checkpointing
Note 2: it uses threads to fetch the first examples in parallel from the input shards
Note 3: This is a BREAKING CHANGE: the default shuffling mechanism now uses multiple input shards. You can get the old mechanism by passing max_buffer_input_shards=1 to IterableDataset.shuffle()
New batching features for robotics datasets
Add batch(by_column=...) by @lhoestq in #8172
New supported formats
Other improvements and bug fixes
New Contributors
Full Changelog: huggingface/datasets@4.8.5...5.0.0
v4.8.5
Compare Source
Main bug fixes
Other improvements and bug fixes
New Contributors
Full Changelog: huggingface/datasets@4.8.4...4.8.5
v4.8.4
Compare Source
What's Changed
Full Changelog: huggingface/datasets@4.8.3...4.8.4
v4.8.3
Compare Source
What's Changed
Full Changelog: huggingface/datasets@4.8.2...4.8.3
v4.8.2
Compare Source
What's Changed
Full Changelog: huggingface/datasets@4.8.1...4.8.2
v4.8.1
Compare Source
What's Changed
Full Changelog: huggingface/datasets@4.8.0...4.8.1
v4.8.0
Compare Source
Dataset Features
Read (and write) from HF Storage Buckets: load raw data, process and save to Dataset Repos by @lhoestq in #8064
This also fixes multiprocessed push_to_hub on macos that was causing segfault (now it uses spawn instead of fork).
And it bumps dill and multiprocess versions to support python 3.14
Datasets streaming iterable packaged improvements and fixes by @Michael-RDev in #8068
What's Changed
New Contributors
Full Changelog: huggingface/datasets@4.7.0...4.8.0
v4.7.0
Compare Source
Datasets Features
Examples:
You can use on_mixed_types="use_json" or specify features= with a [Json] type:
This is also useful for lists of dictionaries with arbitrary keys and values, to avoid filling missing fields with None:
Another example with tool calling data and the on_mixed_types="use_json" argument (useful to not have to specify features= manually):
What's Changed
New Contributors
Full Changelog: huggingface/datasets@4.6.1...4.7.0
v4.6.1
Compare Source
Bug fix
Full Changelog: huggingface/datasets@4.6.0...4.6.1
v4.6.0
Compare Source
Dataset Features
Support Image, Video and Audio types in Lance datasets
Push to hub now supports Video types
Write image/audio/video blobs as is in parquet (PLAIN) in push_to_hub() by @lhoestq in #7976
Add IterableDataset.reshard() by @lhoestq in #7992
Reshard the dataset if possible, i.e. split the current shards further into more shards.
This increases the number of shards and the resulting dataset has num_shards >= previous_num_shards.
Equality may happen if no shard can be split further.
The resharding mechanism depends on the dataset file format:
What's Changed
New Contributors
Full Changelog: huggingface/datasets@4.5.0...4.6.0
v4.5.0
Compare Source
Dataset Features
Add lance format support by @eddyxu in #7913
What's Changed
New Contributors
Full Changelog: huggingface/datasets@4.4.2...4.5.0
v4.4.2
Compare Source
Bug fixes
Minor additions
New Contributors
Full Changelog: huggingface/datasets@4.4.1...4.4.2
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.