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
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,8 +28,8 @@ base_model:
|
|
| 28 |
|
| 29 |
This repository includes other latent reasoning models that you might find useful:
|
| 30 |
|
| 31 |
-
|
| 32 |
-
|
| 33 |
|
| 34 |
## Installation
|
| 35 |
|
|
|
|
| 28 |
|
| 29 |
This repository includes other latent reasoning models that you might find useful:
|
| 30 |
|
| 31 |
+
[ModalityDance/latent-tts](https://huggingface.co/collections/ModalityDance/latent-tts)
|
| 32 |
+
|
| 33 |
|
| 34 |
## Installation
|
| 35 |
|