Instructions to use dd101bb/latent-tts-codi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dd101bb/latent-tts-codi with Transformers:
# Load model directly from transformers import AutoTokenizer, CODIGPT2 tokenizer = AutoTokenizer.from_pretrained("dd101bb/latent-tts-codi") model = CODIGPT2.from_pretrained("dd101bb/latent-tts-codi") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag and GitHub link
#1
by nielsr HF Staff - opened
Hi, I'm Niels from the Hugging Face community team.
This PR improves the model card by adding the text-generation pipeline tag to the metadata. This ensures the model is correctly indexed and discoverable on the Hugging Face Hub. I've also updated the links to point to the official paper and the GitHub repository associated with the research.