Text-to-Audio
Transformers
PyTorch
TensorBoard
Russian
speecht5
tts, fine_tuned
Generated from Trainer
Instructions to use zaebee/speecht5_tts_common_ru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zaebee/speecht5_tts_common_ru with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="zaebee/speecht5_tts_common_ru")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("zaebee/speecht5_tts_common_ru") model = AutoModelForTextToSpectrogram.from_pretrained("zaebee/speecht5_tts_common_ru") - Notebooks
- Google Colab
- Kaggle