Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# Multilingual PL-BERT checkpoint
|
3 |
|
4 |
The checkpoint open-sourced here is trained by Papercup using the open-source PL-BERT model found here https://github.com/yl4579/PL-BERT. It is trained to be supported by StyleTTS2, which can be found here: https://github.com/yl4579/StyleTTS2. See below for the languages that it has been trained on (the languages correspond to the crowdsourced dataset found here https://huggingface.co/datasets/styletts2-community/multilingual-phonemes-10k-alpha).
|
5 |
|
6 |
-
Thank you to Aaron (Yinghao) Li for these contributions.
|
7 |
-
|
8 |
-
License: mit
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- styletts2-community/multilingual-phonemes-10k-alpha
|
5 |
+
language:
|
6 |
+
- fr
|
7 |
+
- en
|
8 |
+
- es
|
9 |
+
- ca
|
10 |
+
- de
|
11 |
+
- el
|
12 |
+
- fa
|
13 |
+
- fi
|
14 |
+
- pt
|
15 |
+
- pl
|
16 |
+
- ru
|
17 |
+
- sv
|
18 |
+
- uk
|
19 |
+
- zh
|
20 |
+
---
|
21 |
|
22 |
# Multilingual PL-BERT checkpoint
|
23 |
|
24 |
The checkpoint open-sourced here is trained by Papercup using the open-source PL-BERT model found here https://github.com/yl4579/PL-BERT. It is trained to be supported by StyleTTS2, which can be found here: https://github.com/yl4579/StyleTTS2. See below for the languages that it has been trained on (the languages correspond to the crowdsourced dataset found here https://huggingface.co/datasets/styletts2-community/multilingual-phonemes-10k-alpha).
|
25 |
|
26 |
+
Thank you to Aaron (Yinghao) Li for these contributions.
|
|
|
|