Yassmen/TTS_English_Technical_data
Viewer • Updated • 9.95k • 38 • 3
How to use anirxudh/SpeechT5_TechNL_Finetuned with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="anirxudh/SpeechT5_TechNL_Finetuned") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("anirxudh/SpeechT5_TechNL_Finetuned")
model = AutoModelForTextToSpectrogram.from_pretrained("anirxudh/SpeechT5_TechNL_Finetuned")This model is a fine-tuned version of microsoft/speecht5_tts on the PeekieTech data 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.5281 | 3.5778 | 1000 | 0.4781 |
| 0.4908 | 7.1556 | 2000 | 0.4661 |
| 0.4972 | 10.7335 | 3000 | 0.4595 |
| 0.4858 | 14.3113 | 4000 | 0.4572 |
Base model
microsoft/speecht5_tts