lephuc1105 commited on
Commit
3cb6c3c
1 Parent(s): d642b21

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: coqui-public-model-license
4
+ license_link: https://coqui.ai/cpml
5
+ pipeline_tag: text-to-speech
6
+ datasets:
7
+ - capleaf/viVoice
8
+ language:
9
+ - vi
10
+ ---
11
+
12
+ # viⓍTTS
13
+
14
+ viⓍTTS là mô hình tạo sinh giọng nói cho phép bạn sao chép giọng nói sang các ngôn ngữ khác nhau chỉ bằng cách sử dụng một đoạn âm thanh nhanh dài 6 giây. Mô hình này được tiếp tục đào tạo từ mô hình [XTTS-v2.0.3](https://huggingface.co/coqui/XTTS-v2) bằng cách mở rộng tokenizer sang tiếng Việt và huấn luyện trên tập dữ liệu [viVoice](https://huggingface.co/datasets/thinhlpg/viVoice).
15
+
16
+ viⓍTTS is a voice generation model that lets you clone voices into different languages by using just a quick 6-second audio clip. This model is fine-tuned from the [XTTS-v2.0.3](https://huggingface.co/coqui/XTTS-v2) model by expanding the tokenizer to Vietnamese and fine-tuning on the [viVoice](https://huggingface.co/datasets/thinhlpg/viVoice) dataset.
17
+
18
+ ### Languages
19
+
20
+ viXTTS supports 18 languages: English (en), Spanish (es), French (fr), German (de), Italian (it), Portuguese (pt),
21
+ Polish (pl), Turkish (tr), Russian (ru), Dutch (nl), Czech (cs), Arabic (ar), Chinese (zh-cn), Japanese (ja), Hungarian (hu), Korean (ko)
22
+ Hindi (hi), **Vietnamese (vi)**.
23
+
24
+ ### Known Limitations
25
+
26
+ - Incompatibility with the [original TTS library](https://github.com/coqui-ai/TTS) (a pull request will be made later).
27
+ - Subpar performance for input sentences under 10 words in Vietnamese language (yielding inconsistent output and odd trailing sounds).
28
+ - This model is only fine-tuned in Vietnamese. The model's effectiveness with languages other than Vietnamese hasn't been tested, potentially reducing quality.
29
+
30
+ ### Demo
31
+
32
+ Please checkout [this repo](https://github.com/thinhlpg/vixtts-demo)
33
+
34
+ ### Usage
35
+
36
+ For a quick usage, please checkout [this notebook](https://colab.research.google.com/drive/1q9vA7mDyvK_u0ijDDNuycDoUUbryM3p3?usp=sharing)
37
+
38
+ ### License
39
+
40
+ This model is licensed under [Coqui Public Model License](https://coqui.ai/cpml).