Text-to-Speech
Transformers
PyTorch
TensorBoard
Safetensors
speecht5
text-to-audio
Generated from Trainer
Instructions to use Sandiago21/speecht5_finetuned_google_fleurs_greek with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sandiago21/speecht5_finetuned_google_fleurs_greek with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Sandiago21/speecht5_finetuned_google_fleurs_greek")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("Sandiago21/speecht5_finetuned_google_fleurs_greek") model = AutoModelForTextToSpectrogram.from_pretrained("Sandiago21/speecht5_finetuned_google_fleurs_greek", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
d974214
1
Parent(s): d225410
Adding `safetensors` variant of this model (#2)
Browse files- Adding `safetensors` variant of this model (60ebd2f12d3daef83544085d31b12688ec4c776e)
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:4bab4b516797f44c44da748555e0dc12ead791dcafcc36ac71c3b5cc9b8b9f5d
|
| 3 |
+
size 585395848
|