Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,20 @@ language:
|
|
6 |
base_model:
|
7 |
- Qwen/Qwen3-1.7B
|
8 |
pipeline_tag: text-to-speech
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
base_model:
|
7 |
- Qwen/Qwen3-1.7B
|
8 |
pipeline_tag: text-to-speech
|
9 |
+
---
|
10 |
+
|
11 |
+
# MOSS-TTSD 🪐
|
12 |
+
|
13 |
+
## Overview
|
14 |
+
|
15 |
+
MOSS-TTSD (text to spoken dialogue) is an open-source bilingual spoken dialogue synthesis model that supports both Chinese and English.
|
16 |
+
It can transform dialogue scripts between two speakers into natural, expressive conversational speech.
|
17 |
+
MOSS-TTSD supports voice cloning and single-session speech generation of up to 960 seconds, making it ideal for AI podcast production.
|
18 |
+
|
19 |
+
## Highlights
|
20 |
+
|
21 |
+
- **Highly Expressive Dialogue Speech**: Built on unified semantic-acoustic neural audio codec, a pre-trained large language model, millions of hours of TTS data, and 400k hours synthetic and real conversational speech, MOSS-TTSD generates highly expressive, human-like dialogue speech with natural conversational prosody.
|
22 |
+
- **Two-Speaker Voice Cloning**: MOSS-TTSD supports zero-shot two speakers voice cloning and can generate conversational speech with accurate speaker swithcing based on dialogue scripts.
|
23 |
+
- **Chinese-English Bilingual Support**: MOSS-TTSD enables highly expressive speech generation in both Chinese and English.
|
24 |
+
- **Long-Form Speech Generation (up to 960 seconds)**: Thanks to low-bitrate codec and training framework optimization, MOSS-TTSD has been trained for long speech generation, enabling single-session speech generation of up to 960 seconds.
|
25 |
+
- **Fully Open Source & Commercial-Ready**: MOSS-TTSD and its future updates will be fully open-source and support free commercial use.
|