-
Notifications
You must be signed in to change notification settings - Fork 52
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
Revisit huggingface cache policy - BREAKING CHANGE #1564
Merged
Merged
Changes from 2 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
db2b74b
Revisit huggingface cache policy
elronbandel c863ee7
Enable streaming for LoadFromHFSpace and clean up commented code
elronbandel 0e36f1a
Disable Hugging Face datasets cache in CatalogPreparationTestCase
elronbandel e672ca1
Enable streaming for wiki_bio loader in TaskCard and update JSON conf…
elronbandel 81873b7
Merge branch 'main' into hf-cache
elronbandel 3d91e20
Add conditional test card execution for 'doqa_travel' subset in chat_…
elronbandel 0968633
Merge branch 'hf-cache' of https://github.com/IBM/unitxt into hf-cache
elronbandel 119d07e
Enhance memory and performance logging in catalog preparation tests
elronbandel 6b84f81
Return parallel execution to 1 and adjust modulo for deterministic te…
elronbandel a43910c
Try 1
elronbandel b5a5ff0
try 1 fixed
elronbandel 1a421af
trial 2
elronbandel db75df8
Stop testing social iqa until problem resolved
elronbandel 412e90b
Update social iqa card to use specific revision and enable testing
elronbandel f6e5388
Refactor translation card testing logic and remove unused dataset loa…
elronbandel a0e7d0d
Update head_qa card loader path and streamline dataset configuration
elronbandel a6fd3dd
Enable streaming for websrc card loader in configuration
elronbandel 700b26a
Add revision reference to Winogrande card loaders
elronbandel 4e5fd67
Add revision reference to PIQA card loader
elronbandel edc0ae7
Update
elronbandel 5e3e4cf
Another trial
elronbandel a94be8f
Refactor dataset loading to support dynamic streaming and improve con…
elronbandel 95db421
Add streaming support to turl_col_type configuration
elronbandel f20529b
Remove unused skip files from test preparation
elronbandel 2d53e07
Merge branch 'main' into hf-cache
elronbandel 1935ef0
Refactor LoadHF class to improve dataset filtering and add streaming …
elronbandel c2ed1b6
Merge branch 'hf-cache' of https://github.com/IBM/unitxt into hf-cache
elronbandel e94b812
Update load_dataset function documentation to clarify caching behavio…
elronbandel 4c0b494
Update dataset loading to support caching and streaming options
elronbandel fdd1a2e
Import UnitxtDataset in load_dataset function for improved dataset ha…
elronbandel 0c31189
Remove unused load function import from __init__.py
elronbandel 7f1f762
Remove streaming option from SEED-Bench loader configuration
elronbandel 060af54
Refactor dataset loading to utilize caching and improve dataset handling
elronbandel 937552b
Add missing imports for dataset module functionality
elronbandel 4dfb45f
Increase loader cache size to improve performance and update test set…
elronbandel 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why? Once the files are downloaded to local file system, what benefit you get here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You dont, It just dosent work otherwise. We should base this loader on dictionary loader.