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")
No model card