Update dependency datasets to v5 - #10
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/datasets-5.x
branch
from
June 13, 2026 17:11
02ae6db to
d0c9c8b
Compare
renovate
Bot
force-pushed
the
renovate/datasets-5.x
branch
3 times, most recently
from
June 27, 2026 17:05
606689b to
fdd7df2
Compare
renovate
Bot
force-pushed
the
renovate/datasets-5.x
branch
2 times, most recently
from
July 11, 2026 22:14
c7a8f95 to
c5962b6
Compare
renovate
Bot
force-pushed
the
renovate/datasets-5.x
branch
from
July 19, 2026 19:39
c5962b6 to
ededb65
Compare
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/datasets-5.x
branch
3 times, most recently
from
August 1, 2026 21:40
0a2bc5f to
62d8f41
Compare
renovate
Bot
force-pushed
the
renovate/datasets-5.x
branch
from
August 8, 2026 16:43
62d8f41 to
281aee8
Compare
renovate
Bot
force-pushed
the
renovate/datasets-5.x
branch
from
August 9, 2026 17:06
281aee8 to
acaad12
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.8.5β==5.0.1Release Notes
huggingface/datasets (datasets)
v5.0.1Compare Source
Bug fixes
Docs
New Contributors
Full Changelog: huggingface/datasets@5.0.0...5.0.1
v5.0.0Compare Source
Datasets Features
Agent traces
Parse Agent traces messages for SFT using
teichby @βlhoestq in #β8232teichlibrary (new optional dependency), traces are parsed tomessagesto enable training on traces using e.g.trlNext-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()andds.load_state_dict()are still supported for this improved shuffling :) enabling dataset checkpointingNote 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=1toIterableDataset.shuffle()New batching features for robotics datasets
Add batch(by_column=...) by @βlhoestq in #β8172
New supported formats
.conll/.conlludataset format loader (CoNLL-2003 / 2000 / U) by @βCrypticCortex in #β8219Other improvements and bug fixes
num_procargument toDataset.to_sqlby @βEricSaikali in #β7791ClassLabeldocs: Correct value for unknown labels by @βl-uuz in #β7645New Contributors
Full Changelog: huggingface/datasets@4.8.5...5.0.0
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 was generated by Mend Renovate. View the repository job log.