Instructions to use Bagus/speecht5_finetuned_commonvoice_id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Bagus/speecht5_finetuned_commonvoice_id with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Bagus/speecht5_finetuned_commonvoice_id")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("Bagus/speecht5_finetuned_commonvoice_id") model = AutoModelForTextToSpectrogram.from_pretrained("Bagus/speecht5_finetuned_commonvoice_id") - Notebooks
- Google Colab
- Kaggle
create_speaker_embedding
1
#2 opened over 1 year ago
by
Hokk7
Cara Pakai
#1 opened almost 2 years ago
by
Syams