Instructions to use Serialtechlab/mms-tts-div-train with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Serialtechlab/mms-tts-div-train with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("Serialtechlab/mms-tts-div-train") model = AutoModelForPreTraining.from_pretrained("Serialtechlab/mms-tts-div-train") - Notebooks
- Google Colab
- Kaggle
File size: 18 Bytes
486553d | 1 2 3 4 | {
"<unk>": 53
}
|