facebook/voxpopuli
Viewer • Updated • 1.26M • 23.2k • 157
How to use Inomjonov/mironshoh-speecht5-tts-0702 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="Inomjonov/mironshoh-speecht5-tts-0702") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("Inomjonov/mironshoh-speecht5-tts-0702")
model = AutoModelForTextToSpectrogram.from_pretrained("Inomjonov/mironshoh-speecht5-tts-0702", 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 |
|---|---|---|---|
| 0.6464 | 0.7361 | 1000 | 0.5929 |
| 0.6096 | 1.4718 | 2000 | 0.5610 |
| 0.5844 | 2.2076 | 3000 | 0.5473 |
| 0.5986 | 2.9437 | 4000 | 0.5443 |
Base model
microsoft/speecht5_tts