parseq icon indicating copy to clipboard operation
parseq copied to clipboard

Hosting pretrained models on Hugging Face

Open NimaBoscarino opened this issue 3 years ago • 5 comments

Hey there! In addition to having the pretrained models on Torch Hub, would there be any interest in mirroring the checkpoints on the Hugging Face Hub? We have docs for how to upload models, but I'm also happy to help out with it!

NimaBoscarino avatar Aug 27 '22 03:08 NimaBoscarino

Thanks for your inquiry. I've actually looked at the Hugging Face Hub when I created the Gradio demo. Totally forgot about it but I'll take a look again week after next. I'll be adding weights from other configurations as well as TorchScript models.

baudm avatar Aug 27 '22 08:08 baudm

Models have been uploaded to https://huggingface.co/baudm/

baudm avatar Aug 28 '22 19:08 baudm

TODO: need to update documentation

baudm avatar Aug 28 '22 19:08 baudm

Hi @baudm, Just wanted to keep to this related thread: could you please make it easier to access the original pretrained weights from your Gradio demo using Huggingface (with How-to-use)? I'm struggling to install this repo on my Windows + cpu machine.

Sincere thanks to you for your work here. It's the best model I've experimented with for my use case. Elijah

temiwale88 avatar Oct 23 '23 19:10 temiwale88

Hi @baudm, Just wanted to keep to this related thread: could you please make it easier to access the original pretrained weights from your Gradio demo using Huggingface (with How-to-use)? I'm struggling to install this repo on my Windows + cpu machine.

Sincere thanks to you for your work here. It's the best model I've experimented with for my use case. Elijah

Updated: I fixed installation by using conda to install torch etc instead of pip: conda install pytorch==1.10.1 torchvision==0.11.2 torchaudio==0.10.1 cpuonly -c pytorch. But I would still love a Huggingface implementation if it's possible. You've done more than enough if you can't at this time. Thanks!

temiwale88 avatar Oct 23 '23 22:10 temiwale88