Views
No views yet
1uvx pocket-tts generate \
2 --config hf://vvolhejn/pocket-tts-czech/czech.yaml@7c1fbd0acba765617749dd17f3dbddc2be791cc7 \
3 --voice your_voice.wav \
4 --text "Dobrý den, toto je český model."pocket-tts export-voice
from these weights). The named catalog voices — alba, cosette, … — are
conditioning states precomputed with the released English weights and will not work here.voices/:1uvx pocket-tts generate \
2 --config hf://vvolhejn/pocket-tts-czech/czech.yaml@7c1fbd0acba765617749dd17f3dbddc2be791cc7 \
3 --voice https://huggingface.co/vvolhejn/pocket-tts-czech/resolve/main/voices/cs_m_zenisek.wav \
4 --text "Dobrý den, toto je český model."| corpus | ParCzech4Speech (Czech parliamentary speech, CC-BY 4.0) |
| training data | 976 h, 547,597 utterances, 524 speakers |
| tokenizer | sentencepiece fitted on the ParCzech transcripts, vocab 3999 |
| teacher | 24 layers, LSD from scratch, 250k steps, lr 2e-4 constant, flow_batch_multiplier 4 |
| student | 6 layers, depth-distilled from the teacher's EMA weights, 100k steps, lr 4e-4 cosine, distill_cfg_coef 2.0 |
| weights | EMA (decay 0.9999) |
| recommended | --temperature 0.3, cfg 1 (the default; guidance is baked into the student) |