-
Notifications
You must be signed in to change notification settings - Fork 2
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
Upload the ML Model on Hugging Face Hub #54
Comments
I've uploaded the ML model (as an initial commit) on the Hugging Face Hub. |
This should be added to the documentation to close this issue. @MarionBWeinzierl perhaps this is related to #65 but can be considered of lower priority? |
I would leave this as a separate issue (maybe mentioned in #65), but agree that it should be added to the documentation. |
I've updated the NN weights (from |
For enhancing accessibility and collaboration, we can upload the CAM model and its weights to the Hugging Face Hub. This requires converting the model weights into PyTorch's
.pt
format to ensure compatibility with the Hub's infrastructure, thus necessitating the adoption offtorch
. The conversion process will enable the broader climate science and machine learning communities to easily access, utilize, and contribute to the model's development. This task involves:.pt
format..pt
formatted weights, along with the necessary documentation.The text was updated successfully, but these errors were encountered: