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 ·
5c92303
1
Parent(s): f28ee4e
update README.md to include the pipeline tag
Browse files
README.md
CHANGED
|
@@ -5,6 +5,7 @@ tags:
|
|
| 5 |
model-index:
|
| 6 |
- name: speecht5_finetuned_google_fleurs_greek
|
| 7 |
results: []
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 5 |
model-index:
|
| 6 |
- name: speecht5_finetuned_google_fleurs_greek
|
| 7 |
results: []
|
| 8 |
+
pipeline_tag: text-to-speech
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|