Text-to-Speech
Transformers
TensorBoard
Safetensors
Spanish
speecht5
text-to-audio
Generated from Trainer
Instructions to use neopolita/speecht5_finetuned_voxpopuli_es with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use neopolita/speecht5_finetuned_voxpopuli_es with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="neopolita/speecht5_finetuned_voxpopuli_es")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("neopolita/speecht5_finetuned_voxpopuli_es") model = AutoModelForTextToSpectrogram.from_pretrained("neopolita/speecht5_finetuned_voxpopuli_es") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,9 @@ datasets:
|
|
| 8 |
model-index:
|
| 9 |
- name: speecht5_finetuned_voxpopuli_es
|
| 10 |
results: []
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -63,4 +66,4 @@ The following hyperparameters were used during training:
|
|
| 63 |
- Transformers 4.38.1
|
| 64 |
- Pytorch 2.1.0+cu121
|
| 65 |
- Datasets 2.18.0
|
| 66 |
-
- Tokenizers 0.15.2
|
|
|
|
| 8 |
model-index:
|
| 9 |
- name: speecht5_finetuned_voxpopuli_es
|
| 10 |
results: []
|
| 11 |
+
language:
|
| 12 |
+
- es
|
| 13 |
+
pipeline_tag: text-to-speech
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 66 |
- Transformers 4.38.1
|
| 67 |
- Pytorch 2.1.0+cu121
|
| 68 |
- Datasets 2.18.0
|
| 69 |
+
- Tokenizers 0.15.2
|