-
Notifications
You must be signed in to change notification settings - Fork 53
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
Hugging Face Hub Integration #17
Comments
Hello Omar, I would be really interested in sharing the pretrained models in the Hugging Face Hub. But due to computation constrain, i have not trained the model to it's full potential. I've trained this model just for 30 epochs, but it needs to train for atleast 200 epochs to reach good accuracy. (and it took me more than a week just to provide this 30 epoch baseline on Tesla P100 GPU) Best wishes, |
Hi Sahil! Thanks for explaining. Even if they checkpoints are not at the full potential, uploading the ones in releases might already be of interest for the community. The Hub repos are versioned, so you can always update them with new ones if you are able to train them more. Cheers, |
All set then. Can you make me aware of next steps? |
I would suggest to do the following
At this point, your models are already shareable. The next point would be a better integration with the library. We have a step-by-step guide depending on what you want to achieve: https://github.com/huggingface/huggingface_hub/blob/main/docs/adding-a-library.md. There are 3 things that can be done
Let me know if you have any questions! |
Seems great. I will do it very soon, and will update you. Then you can integrate it with widget. Thank you for assistance. |
Hi there!
This project is super cool! Would you be interested in sharing the pretrained models in the Hugging Face Hub? The Hugging Face Hub offers free hosting of models (over 10,000 models have been uploaded by many research organizations) and it would make your work more accessible and visible to others. People would be able to try the model directly in the browser (we're implementing an image captioning widget at the moment). The only thing required would be to upload the models to the Hub. I'm happy to answer any questions about this.
Happy to hear your thoughts,
Omar
The text was updated successfully, but these errors were encountered: