-
Notifications
You must be signed in to change notification settings - Fork 148
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
Upgrade HF Datasets Library for Flava Example #362
Conversation
…n interface with HF
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.
LGTM but looks like tests are breaking unless they were failing before as well.
TorchText Nightly isn't building which is breaking the tests. I'll push again after that is resolved. |
Codecov ReportBase: 93.43% // Head: 93.43% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #362 +/- ##
=======================================
Coverage 93.43% 93.43%
=======================================
Files 55 55
Lines 3262 3262
=======================================
Hits 3048 3048
Misses 214 214 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@pbontrager has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@pbontrager has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary:
Updated Hugging Face datasets library version in examples/flava. The older version can no longer interface with the HF online API and therefore cannot pull requested datasets.
Test plan:
I created a new conda env and built the dependencies using the new requirement. From there I ran the flava train.py script where it successfully pulled the Imagenet dataset as it's supposed to do and successfully started training.