as-ideas / DeepPhonemizer

Grapheme to phoneme conversion with deep learning.
MIT License
352 stars 38 forks source link

Auto-Download + Load Checkpoints? #39

Open fakerybakery opened 1 year ago

fakerybakery commented 1 year ago

Hi, Is it possible to upload the checkpoints to Hugging Face and automatically download and load the checkpoints? Thanks!

sidharthrajaram commented 10 months ago

Not quite a HuggingFace integration, but I also felt it would be cool if there was some kind of auto-download / caching. Just made a PR, feel free to take a look: https://github.com/as-ideas/DeepPhonemizer/pull/42

I found it somewhat emulated the Hugging Face behavior I was looking for.

fakerybakery commented 10 months ago

Nice, but it would be great to use a default cache format. Have you looked into cached-path?

sidharthrajaram commented 10 months ago

Thanks for the suggestion, just updated it to use cached-path.