You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've fine tuned a huggingface model using flair for a classification task. I have it saved in a directory and and among many files, it has final-model.pt. I want to load this model to huggingface. How can I do this?
The text was updated successfully, but these errors were encountered:
However, it is not yet supported for text classification models, but I could work on that next.
As Hugging Face is using git-lfs as storage, it will be awesome if you could upload your trained model under your desired namespace with a flair prefix, such as hf-user-name/flair-classification-dataset-name. That would be the repository name.
Your model should then be renamed to model.bin (because the .bin extension is already registered for lfs uploads).
Details about uploading a model with git-lfs are described here:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I've fine tuned a
huggingface
model using flair for a classification task. I have it saved in a directory and and among many files, it hasfinal-model.pt
. I want to load this model to huggingface. How can I do this?The text was updated successfully, but these errors were encountered: