AILAB-VNUHCM/vivos
Updated • 874 • 19
How to use BinhMinhs10/speecht5_tts_vi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="BinhMinhs10/speecht5_tts_vi") # Load model directly
from transformers import AutoProcessor, AutoModelForTextToSpectrogram
processor = AutoProcessor.from_pretrained("BinhMinhs10/speecht5_tts_vi")
model = AutoModelForTextToSpectrogram.from_pretrained("BinhMinhs10/speecht5_tts_vi", device_map="auto")This model is a fine-tuned version of truong-xuan-linh/speecht5-multilingual-voiceclone-speechbrain on the vivos 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.4272 | 1.5244 | 500 | 0.3835 |
| 0.408 | 3.0488 | 1000 | 0.3724 |