Open not-lain opened 2 months ago
This PR will allow your model to be available on huggingface making users to access it with ease. the PyTorchModelHubMixin will add 3 methods to your model similar to the transformers library :
to help you setup your model on the hub you can follow the instructions in this colab notebook : https://colab.research.google.com/drive/1FmInXvJ1v6WJ7TbqXAVvIrth7kwO_Scx?usp=sharing
By using PyTorchModelHub you can get access to :
If you have any questions or feedback feel free to let me know.
Regards
This PR will allow your model to be available on huggingface making users to access it with ease. the PyTorchModelHubMixin will add 3 methods to your model similar to the transformers library :
to help you setup your model on the hub you can follow the instructions in this colab notebook : https://colab.research.google.com/drive/1FmInXvJ1v6WJ7TbqXAVvIrth7kwO_Scx?usp=sharing
By using PyTorchModelHub you can get access to :
If you have any questions or feedback feel free to let me know.
Regards