divakaivan/glaswegian_audio
Updated โข 97 โข 1
How to use divakaivan/glaswegian_tts with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="divakaivan/glaswegian_tts") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("divakaivan/glaswegian_tts")
model = AutoModelForTextToSpectrogram.from_pretrained("divakaivan/glaswegian_tts")Fine-tuned using this notebook
This model is a fine-tuned version of microsoft/speecht5_tts on the glaswegian_tts_v0.1.0 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.4699 | 35.2423 | 1000 | 0.4320 |
| 0.4246 | 70.4846 | 2000 | 0.4422 |
| 0.4115 | 105.7269 | 3000 | 0.4529 |
| 0.4127 | 140.9692 | 4000 | 0.4605 |
Base model
microsoft/speecht5_tts