Skip to content

Integrate with huggingface#3

Open
not-lain wants to merge 1 commit into
omarperacha:masterfrom
not-lain:HuggingFace
Open

Integrate with huggingface#3
not-lain wants to merge 1 commit into
omarperacha:masterfrom
not-lain:HuggingFace

Conversation

@not-lain

Copy link
Copy Markdown

this pr will integrate your model with huggingface using PyTorchModelHubMixin.
by inheriting from PyTorchModelHubMixin you can access 3 main methods similar to the transformers library which are :

  • from_pretrained
  • save_pretrained
  • push_to_hub

Additionally, sharing your model on huggingface will add more visibility and ease of access to your model, you can also keep track of how many people have downloaded your model each month.

If you have some checkpoints you want to put on huggingface, I added a step-by-step colab notebook explaining how you can do it in here

Finally, I wanted to express my astonishment at achieving state-of-the-art performance, awesome work!

Regards
Hafedh Hichri
Oss Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant