Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ language:
|
|
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.
|
25 |
|
26 |
Notable differences compared to the default PL-BERT checkpoint and config available [here](https://github.com/yl4579/StyleTTS2/tree/main/Utils/PLBERT):
|
27 |
* Because we are working with many languages, we are using a different tokenizer now: `bert-base-multilingual-cased`.
|
|
|
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. You can see in the model card 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 |
Notable differences compared to the default PL-BERT checkpoint and config available [here](https://github.com/yl4579/StyleTTS2/tree/main/Utils/PLBERT):
|
27 |
* Because we are working with many languages, we are using a different tokenizer now: `bert-base-multilingual-cased`.
|