Update README.md
Browse files## Chatterbox TTS French 🥖
**Chatterbox TTS French** is a fine-tuned zero-shot text-to-speech model specialized for the French language. The model has been trained on high-quality voice data for natural and expressive speech synthesis.
- 🔊 **Language**: French 🇫🇷
- 🗣️ **Training dataset**: [Emilia Dataset (FR branch)](https://huggingface.co/datasets/amphion/Emilia-Dataset/tree/main/FR)
- ⏱️ **Data quantity**: 1400 hours of audio
This model is suitable for anyone seeking a fluent and expressive zero-shot TTS system in French.
Interested in fine-tuning a TTS model in a specific language or building a multilingual voice solution? Don’t hesitate to reach out.
README.md
CHANGED
@@ -7,4 +7,11 @@ language:
|
|
7 |
base_model:
|
8 |
- ResembleAI/chatterbox
|
9 |
pipeline_tag: text-to-speech
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
|
|
7 |
base_model:
|
8 |
- ResembleAI/chatterbox
|
9 |
pipeline_tag: text-to-speech
|
10 |
+
tags:
|
11 |
+
- french
|
12 |
+
- audio
|
13 |
+
- speech
|
14 |
+
- tts
|
15 |
+
- fine-tuning
|
16 |
+
- chatterbox
|
17 |
---
|