Instructions to use AdoCleanCode/LAVCO-codec-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AdoCleanCode/LAVCO-codec-v2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AdoCleanCode/LAVCO-codec-v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "hidden_size": 2048, | |
| "u_start_id": 128262, | |
| "u_end_id": 128263, | |
| "g_start_id": 128260, | |
| "g_end_id": 128261, | |
| "pad_id": 128009, | |
| "instruction_prefix": "Convert ", | |
| "instruction_middle": " into speech using this speaker: ", | |
| "codec_only": true | |
| } |