sijunhe commited on
Commit
3bad5cf
1 Parent(s): b71ae80

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -10,4 +10,15 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
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
+