File size: 366 Bytes
d607b74 | 1 2 3 4 5 6 7 8 9 10 | ---
license: mit
---
This is a pretraind PLBERT model used when making a base model for StyleTTS 2 or Stylish TTS
- Phoneme level BERT using the ALBERT architecture but trained on phonemes instead of words
- Taken from StyleTTS 2 repo: https://github.com/yl4579/StyleTTS2
- Paper: https://arxiv.org/abs/2301.08810
- Training Code: https://github.com/yl4579/PL-BERT |