Instructions to use sam0isunreal/first_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sam0isunreal/first_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="sam0isunreal/first_model")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sam0isunreal/first_model", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse filesMy first time giving a description here. But the attempt will be to use tacotron2 on the openslr data set, and then apply other pipelines for the task of TTS