-
Notifications
You must be signed in to change notification settings - Fork 248
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
Mirror all weights on HF from Kaggle #1959
Mirror all weights on HF from Kaggle #1959
Conversation
divyashreepathihalli
commented
Oct 29, 2024
•
edited
Loading
edited
- Automated Detection of Missing Uploads on HF assuming Kaggle is our source of truth
- The JSON file keeps track of the most up to date uploaded presets on HuggingFace
- Everytime the mirroring script is run, the missing presets are uploaded on HF and the tracking JSON is updated
- Gemma model preset uploads are skipped since the keras variants are uploaded through the main Google account
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.
Thanks, Divya! The automatic sync would be very helpful!
Just left some nit comments.
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.
Are we planning to run this script automatically?
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.
It is a good idea to set it up to run automatically once a day. For now it is run manually.
tools/hf_uploaded_presets.json
Outdated
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.
These have already been uploaded?
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.
That is right
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.
Thanks, Divya!