Yassmen/TTS_English_Technical_data
Viewer • Updated • 9.95k • 61 • 3
How to use ojasrohatgi/SpeechT5_TechNL_Finetuned with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="ojasrohatgi/SpeechT5_TechNL_Finetuned") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("ojasrohatgi/SpeechT5_TechNL_Finetuned")
model = AutoModelForTextToSpectrogram.from_pretrained("ojasrohatgi/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.4587 | 14.2857 | 2000 | 0.4379 |
Base model
microsoft/speecht5_tts