Instructions to use ResembleAI/chatterbox with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Chatterbox
How to use ResembleAI/chatterbox with Chatterbox:
# pip install chatterbox-tts import torchaudio as ta from chatterbox.tts import ChatterboxTTS model = ChatterboxTTS.from_pretrained(device="cuda") text = "Ezreal and Jinx teamed up with Ahri, Yasuo, and Teemo to take down the enemy's Nexus in an epic late-game pentakill." wav = model.generate(text) ta.save("test-1.wav", wav, model.sr) # If you want to synthesize with a different voice, specify the audio prompt AUDIO_PROMPT_PATH="YOUR_FILE.wav" wav = model.generate(text, audio_prompt_path=AUDIO_PROMPT_PATH) ta.save("test-2.wav", wav, model.sr) - Inference
- Notebooks
- Google Colab
- Kaggle
Update multilingual tokenizer rupee placeholder
Browse files
grapheme_mtl_merged_expanded_v1.json
CHANGED
|
@@ -1022,12 +1022,12 @@
|
|
| 1022 |
},
|
| 1023 |
{
|
| 1024 |
"id": 2065,
|
| 1025 |
-
"content": "
|
| 1026 |
"single_word": false,
|
| 1027 |
"lstrip": false,
|
| 1028 |
"rstrip": false,
|
| 1029 |
"normalized": false,
|
| 1030 |
-
"special":
|
| 1031 |
},
|
| 1032 |
{
|
| 1033 |
"id": 2107,
|
|
@@ -3145,7 +3145,7 @@
|
|
| 3145 |
"[cj_8]": 2062,
|
| 3146 |
"[cj_9]": 2063,
|
| 3147 |
"[cj_.]": 2064,
|
| 3148 |
-
"
|
| 3149 |
"‰": 2066,
|
| 3150 |
"‱": 2067,
|
| 3151 |
"′": 2068,
|
|
@@ -3803,4 +3803,4 @@
|
|
| 3803 |
"ˌ ɐ"
|
| 3804 |
]
|
| 3805 |
}
|
| 3806 |
-
}
|
|
|
|
| 1022 |
},
|
| 1023 |
{
|
| 1024 |
"id": 2065,
|
| 1025 |
+
"content": "₹",
|
| 1026 |
"single_word": false,
|
| 1027 |
"lstrip": false,
|
| 1028 |
"rstrip": false,
|
| 1029 |
"normalized": false,
|
| 1030 |
+
"special": false
|
| 1031 |
},
|
| 1032 |
{
|
| 1033 |
"id": 2107,
|
|
|
|
| 3145 |
"[cj_8]": 2062,
|
| 3146 |
"[cj_9]": 2063,
|
| 3147 |
"[cj_.]": 2064,
|
| 3148 |
+
"₹": 2065,
|
| 3149 |
"‰": 2066,
|
| 3150 |
"‱": 2067,
|
| 3151 |
"′": 2068,
|
|
|
|
| 3803 |
"ˌ ɐ"
|
| 3804 |
]
|
| 3805 |
}
|
| 3806 |
+
}
|