legacy-datasets/common_voice
Updated • 974 • 147
How to use deryauysal/speecht5_tts_common_voice_tr with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="deryauysal/speecht5_tts_common_voice_tr") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("deryauysal/speecht5_tts_common_voice_tr")
model = AutoModelForTextToSpectrogram.from_pretrained("deryauysal/speecht5_tts_common_voice_tr", device_map="auto")This model is a fine-tuned version of microsoft/speecht5_tts on the CommonVoice 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.4698 | 111.11 | 1000 | 0.4679 |
| 0.4328 | 222.22 | 2000 | 0.4647 |
| 0.4163 | 333.33 | 3000 | 0.4660 |
| 0.4327 | 444.44 | 4000 | 0.4685 |
Base model
microsoft/speecht5_tts