Instructions to use ylacombe/vits-ljs-train with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ylacombe/vits-ljs-train with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForPreTraining tokenizer = AutoTokenizer.from_pretrained("ylacombe/vits-ljs-train") model = AutoModelForPreTraining.from_pretrained("ylacombe/vits-ljs-train") - Notebooks
- Google Colab
- Kaggle
Ctrl+K