Text-to-Speech
Transformers
PyTorch
TensorBoard
Safetensors
speecht5
text-to-audio
Generated from Trainer
Instructions to use Sagicc/speecht5_finetuned_multilingual_librispeech_pl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sagicc/speecht5_finetuned_multilingual_librispeech_pl with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Sagicc/speecht5_finetuned_multilingual_librispeech_pl")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("Sagicc/speecht5_finetuned_multilingual_librispeech_pl") model = AutoModelForTextToSpectrogram.from_pretrained("Sagicc/speecht5_finetuned_multilingual_librispeech_pl") - Notebooks
- Google Colab
- Kaggle
Commit ·
f844735
1
Parent(s): b7a3837
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (0b212e3e5d5d9917cbc6826b27b8cb780a1403b9)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4afb1e236781c447d488469aaf3045567d4d702679f15747b77ab346484d21cf
|
| 3 |
+
size 577789320
|