Text-to-Speech
Transformers
PyTorch
TensorBoard
Belarusian
speecht5
text-to-audio
Generated from Trainer
Instructions to use KoRiF/speecht5_finetuned_common_voice_be with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KoRiF/speecht5_finetuned_common_voice_be with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="KoRiF/speecht5_finetuned_common_voice_be")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("KoRiF/speecht5_finetuned_common_voice_be") model = AutoModelForTextToSpectrogram.from_pretrained("KoRiF/speecht5_finetuned_common_voice_be", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K