This is a single-speaker Text-to-Speech (TTS) model for Kanuri language, fine-tuned from the CML-TTS multilingual checkpoint using the YourTTS architecture. The model features one female speaker (spk1) and can generate high-quality Kanuri speech from text input.
Model Details
Model Architecture: YourTTS (VITS-based)
Base Model: CML-TTS Dataset multilingual checkpoint
Language: Kanuri (kr, kau)
Sample Rate: 24 kHz
Speakers: 1 (spk1: female)
Model Type: Single-speaker neural TTS
Framework: Coqui TTS
Model Architecture Details
Text Encoder: 10-layer transformer with 2 attention heads
Hidden Channels: 192
FFN Hidden Channels: 768
Decoder: HiFi-GAN with ResBlock type 2
Flow Layers: 4 coupling layers
Posterior Encoder: 16-layer WaveNet
Speaker Embedding: 512-dimensional d-vectors
Language Embedding: 4-dimensional language embeddings
Training Data
The model was trained on approximately 10 hours of Kanuri speech data from a high-quality source:
The script will generate audio for all evaluation sentences with the available speaker.
Model Limitations
Language: Only supports Kanuri language
Input Format: Requires lowercase text input
Speakers: Limited to 1 pre-trained speaker identity
Domain: Trained primarily on educational content and general speech
Code-switching: Not optimized for mixed language input
Technical Specifications
Input: Raw Kanuri text (UTF-8, lowercase)
Output: 24 kHz mono WAV audio
Inference Speed: ~0.1-0.5s per sentence (GPU)
Memory Requirements: ~2GB GPU memory for inference
Ethical Considerations
Consent: All training data used with appropriate permissions
Bias: Model reflects the speech patterns and characteristics of the specific speaker in training data
Use Cases: Intended for educational, accessibility, and content creation purposes
Non-Commercial: This model is released for non-commercial use only
Licensing
This model is released under CC-BY-NC license. For commercial licensing or other uses, please contact tech@clearglobal.org.
Citation
If you use this model in your research or applications, please cite:
bibtex
1@misc{yourtts-kanuri-2025,
2 title={YourTTS Kanuri Single-Speaker Text-to-Speech Model},
3 author={Alp Öktem},
4 year={2025},
5 howpublished={Hugging Face Model Hub},
6 url={https://huggingface.co/your-username/yourtts-kanuri-singlespeaker}
7}
Acknowledgments
This dataset was created by CLEAR Global with support from the Patrick J. McGovern Foundation. We acknowledge the following open source projects and resources that made this model possible:
Idiap Coqui TTS: For the YourTTS architecture and training framework