Instructions to use facebook/textless_sm_en_es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Fairseq
How to use facebook/textless_sm_en_es with Fairseq:
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "facebook/textless_sm_en_es" ) - Notebooks
- Google Colab
- Kaggle
Put an example of use in the Readme without using gradio.
#2
by CapitanMurloc - opened
I want to use this model, but I don't know how to use it from hugging face hub.