Text-to-Speech
Transformers
Safetensors
cz
speecht5
text-to-audio
tts
czech
parlaspeechcz
Generated from Trainer
Instructions to use kubicra/speecht5_tts_cs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kubicra/speecht5_tts_cs with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="kubicra/speecht5_tts_cs")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("kubicra/speecht5_tts_cs") model = AutoModelForTextToSpectrogram.from_pretrained("kubicra/speecht5_tts_cs") - Notebooks
- Google Colab
- Kaggle
SpeechT5 TTS Czech
This model is a fine-tuned version of fav-kky/SpeechT5-base-cs-tts on the ParlaspeechCZ dataset.
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.0001
- train_batch_size: 16
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 32
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 10000
- training_steps: 10000
- mixed_precision_training: Native AMP
Framework versions
- Transformers 4.53.2
- Pytorch 2.7.1
- Datasets 3.4.1
- Tokenizers 0.21.4
- Downloads last month
- 15
Model tree for kubicra/speecht5_tts_cs
Base model
fav-kky/SpeechT5-base-cs-tts