duerig commited on
Commit
d607b74
·
verified ·
1 Parent(s): e94f67d

Add context

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ This is a pretraind PLBERT model used when making a base model for StyleTTS 2 or Stylish TTS
6
+
7
+ - Phoneme level BERT using the ALBERT architecture but trained on phonemes instead of words
8
+ - Taken from StyleTTS 2 repo: https://github.com/yl4579/StyleTTS2
9
+ - Paper: https://arxiv.org/abs/2301.08810
10
+ - Training Code: https://github.com/yl4579/PL-BERT