Instructions to use mohammadsp99/MMS-FAS-Finetuning-with-new-dataset with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mohammadsp99/MMS-FAS-Finetuning-with-new-dataset with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="mohammadsp99/MMS-FAS-Finetuning-with-new-dataset")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("mohammadsp99/MMS-FAS-Finetuning-with-new-dataset") model = AutoModelForTextToWaveform.from_pretrained("mohammadsp99/MMS-FAS-Finetuning-with-new-dataset") - Notebooks
- Google Colab
- Kaggle