Text-to-Speech
Transformers
PyTorch
TensorBoard
German
speecht5
text-to-audio
Generated from Trainer
Instructions to use sjdata/speecht5_finetuned_common_voice_11_de with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sjdata/speecht5_finetuned_common_voice_11_de with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="sjdata/speecht5_finetuned_common_voice_11_de")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("sjdata/speecht5_finetuned_common_voice_11_de") model = AutoModelForTextToSpectrogram.from_pretrained("sjdata/speecht5_finetuned_common_voice_11_de") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#2 opened over 2 years ago
by
librarian-bot
Adding `safetensors` variant of this model
#1 opened over 2 years ago
by
SFconvertbot