facebook/voxpopuli
Viewer β’ Updated β’ 1.26M β’ 18.8k β’ 152
How to use Apocalypse-19/speecht5_finetuned_french with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="Apocalypse-19/speecht5_finetuned_french") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("Apocalypse-19/speecht5_finetuned_french")
model = AutoModelForTextToSpectrogram.from_pretrained("Apocalypse-19/speecht5_finetuned_french")This model is a fine-tuned version of microsoft/speecht5-tts on the facebook/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 |
|---|---|---|---|
| 0.5147 | 2.42 | 1000 | 0.4753 |
| 0.4932 | 4.84 | 2000 | 0.4629 |
| 0.4926 | 7.26 | 3000 | 0.4566 |
| 0.4907 | 9.69 | 4000 | 0.4542 |
| 0.4839 | 12.11 | 5000 | 0.4532 |