Instructions to use dd101bb/latent-tts-colar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dd101bb/latent-tts-colar with Transformers:
# Load model directly from transformers import AutoTokenizer, ColarLlama tokenizer = AutoTokenizer.from_pretrained("dd101bb/latent-tts-colar") model = ColarLlama.from_pretrained("dd101bb/latent-tts-colar", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag and link to code
#1
by nielsr HF Staff - opened
This PR improves the model card by adding the text-generation pipeline tag to the metadata, which enhances the model's discoverability on the Hub. It also adds a link to the official GitHub repository associated with the paper "Parallel Test-Time Scaling for Latent Reasoning Models".