Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,15 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
# Chinese Voice Multi-Turn Chatbot
|
14 |
+
|
15 |
+
Toy example of a Chinese Voice Chatbot capable of open-domain multi-turn conversations.
|
16 |
+
|
17 |
+
```
|
18 |
+
ASR --> Dialogue Model with state --> TTS
|
19 |
+
```
|
20 |
+
|
21 |
+
- **ASR Model**: `conformer` from [PaddleSpeech](https://github.com/PaddlePaddle/PaddleSpeech)
|
22 |
+
- **Dialogue Model**: `plato-mini` from [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP)
|
23 |
+
- **TTS Model**: `fastspeech2` from [PaddleSpeech](https://github.com/PaddlePaddle/PaddleSpeech)
|
24 |
+
|