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
Niels here from the open-source team at Hugging Face. Congrats on your work! I discovered your work through the paper page: https://huggingface.co/papers/2408.08019 (feel free to claim the paper so that it appears at your HF account!).
Do note that with a single line of code, a checkpoint can be downloaded from the hub, using the hf_hub_download method. In case you have a custom PyTorch model for which you want to add from_pretrained and push_to_hub capabilities, we recommend leveraging PyTorchModelHubMixin.
Happy to assist!
Cheers,
Niels
ML Engineer @ HF 🤗
The text was updated successfully, but these errors were encountered:
Hi,
Niels here from the open-source team at Hugging Face. Congrats on your work! I discovered your work through the paper page: https://huggingface.co/papers/2408.08019 (feel free to claim the paper so that it appears at your HF account!).
Would you be up for making the checkpoints available on 🤗 , tagging them with "pipeline_tag: audio-to-audio" in the model card so that people find them when searching https://huggingface.co/models?pipeline_tag=audio-to-audio&sort=trending? Refer to https://huggingface.co/docs/hub/models-uploading for details.
Do note that with a single line of code, a checkpoint can be downloaded from the hub, using the hf_hub_download method. In case you have a custom PyTorch model for which you want to add from_pretrained and push_to_hub capabilities, we recommend leveraging PyTorchModelHubMixin.
Happy to assist!
Cheers,
Niels
ML Engineer @ HF 🤗
The text was updated successfully, but these errors were encountered: