NbAiLab/NPSC
Updated • 679 • 9
How to use trymtv/speecht5_tts_nps with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="trymtv/speecht5_tts_nps") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("trymtv/speecht5_tts_nps")
model = AutoModelForTextToSpectrogram.from_pretrained("trymtv/speecht5_tts_nps", device_map="auto")This model is a fine-tuned version of microsoft/speecht5_tts on the NbAiLab/NPSC 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.5489 | 2.42 | 1000 | 0.5087 |
| 0.5217 | 4.83 | 2000 | 0.4842 |
| 0.5151 | 7.25 | 3000 | 0.4770 |
| 0.5147 | 9.66 | 4000 | 0.4745 |
Base model
microsoft/speecht5_tts