Instructions to use jaketae/fastspeech2-ljspeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jaketae/fastspeech2-ljspeech with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jaketae/fastspeech2-ljspeech", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "tokenizer_class": "FastSpeech2Tokenizer"} |