Update dependency datasets to v5#10
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
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.0Release Notes
huggingface/datasets (datasets)
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.