facebook/voxpopuli
Viewer • Updated • 1.26M • 22.5k • 157
How to use Atrac/speecht5_finetuned_voxpopuli_fi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="Atrac/speecht5_finetuned_voxpopuli_fi") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("Atrac/speecht5_finetuned_voxpopuli_fi")
model = AutoModelForTextToSpectrogram.from_pretrained("Atrac/speecht5_finetuned_voxpopuli_fi", device_map="auto")This model is a fine-tuned version of microsoft/speecht5_tts on the VoxPopuli dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 5.9101 | 1.0 | 50 | 0.6594 |
| 5.5265 | 2.0 | 100 | 0.6225 |
| 5.2789 | 3.0 | 150 | 0.5963 |
| 5.0550 | 4.0 | 200 | 0.5794 |
| 4.9240 | 5.0 | 250 | 0.5650 |
| 4.7639 | 6.0 | 300 | 0.5397 |
| 4.5392 | 7.0 | 350 | 0.5169 |
| 4.3294 | 8.0 | 400 | 0.5050 |
| 4.2417 | 9.0 | 450 | 0.5019 |
| 4.2179 | 10.0 | 500 | 0.4953 |
Base model
microsoft/speecht5_tts