-
Notifications
You must be signed in to change notification settings - Fork 46
Feat/add preprocess dataset #162
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
markurtz
merged 24 commits into
neuralmagic:main
from
TomerG711:fead/add-preprocess-dataset
Jun 5, 2025
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
c700d9d
Implemented preprocessing for datasets
TomerG711 91027e1
Implemented preprocessing for datasets
TomerG711 e02ec8a
Reverted irrelevant formatting
TomerG711 fc4bfb2
Removed redundant comments
TomerG711 2bf436c
Added support for saving in specific file format
TomerG711 64a91de
Fixed code styling
TomerG711 b5a4877
Improved error message
TomerG711 4d624a2
Fixed code styling
TomerG711 8e737b6
Merge branch 'main' into fead/add-preprocess-dataset
TomerG711 829366a
Merge branch 'main' into fead/add-preprocess-dataset
markurtz 6f275d7
Merge branch 'main' into fead/add-preprocess-dataset
markurtz cf99526
Merge branch 'main' into fead/add-preprocess-dataset
TomerG711 e2ca919
Fixed CR comments
TomerG711 4af81d9
Merge remote-tracking branch 'origin/fead/add-preprocess-dataset' int…
TomerG711 a9f4fa6
Fixed UTs
TomerG711 40c1118
Added pytest mark to UTs
TomerG711 f61b7f0
Added docs
TomerG711 b6146c9
Ran tox -e style
TomerG711 f3a3cd7
Fixed help for preprocess dataset subcommand
TomerG711 448d609
Fixed help for preprocess dataset subcommand
TomerG711 c48472a
Fixed CR comments
TomerG711 0cc3ffe
Linters
TomerG711 c0cd1c9
Linters
TomerG711 06f19a0
Merge branch 'main' into fead/add-preprocess-dataset
markurtz 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from .dataset import ShortPromptStrategy, process_dataset | ||
|
||
__all__ = ["ShortPromptStrategy", "process_dataset"] |
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.