-
Notifications
You must be signed in to change notification settings - Fork 399
[feat][SFT] Ingest pretokenized datasets #1927
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
7bfbcde
[feat][SFT] Ingest pretokenized datasets from local or object storage…
avigyabb 7954c68
changed load function name
avigyabb b6c95a9
[feat][SFT] Simplify pretokenized schema to full-sequence loss_mask; …
avigyabb 73be3a1
get rid of hint
avigyabb 2025567
Merge main: reconcile pretokenized ingestion with multi-dataset SFT (…
avigyabb 79241eb
Revert incidental uv.lock sync (stale skyrl-gym version is main's drift)
avigyabb 0515824
Fold train_dataset_splits into the pretokenized/train_datasets confli…
avigyabb a5a3adb
Scope PR to local pretokenized paths; move cloud-path support to a fo…
avigyabb 65f5af4
Remove dead equal-weights fallback in build_train_sampler
avigyabb 379be42
Rename _default_pretokenized_names to clarify it is eval-only
avigyabb d1bcea1
Warn once per run when pretokenized stores carry an attention_mask co…
avigyabb 1550ee2
Add TODO: workers should consume the full-sequence loss_mask directly
avigyabb 24b3121
Move load_from_pretokenized import to module top
avigyabb b010832
Inline the _load_from_pretokenized wrapper
avigyabb 5059640
Add multi-shard JSONL and Arrow format-detection tests
avigyabb 3f22d6c
README: show input_ids/loss_mask examples instead of the HF labels note
avigyabb f75cdbd
README: drop num_actions mention (SkyRL implementation detail)
avigyabb 55a5dfa
Skip hidden files and directories when collecting store data files
avigyabb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.