Instructions to use PawanKrd/tts-ckb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PawanKrd/tts-ckb with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="PawanKrd/tts-ckb")# Load model directly from transformers import AutoTokenizer, AutoModelForTextToWaveform tokenizer = AutoTokenizer.from_pretrained("PawanKrd/tts-ckb") model = AutoModelForTextToWaveform.from_pretrained("PawanKrd/tts-ckb") - Notebooks
- Google Colab
- Kaggle
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="PawanKrd/tts-ckb")# Load model directly
from transformers import AutoTokenizer, AutoModelForTextToWaveform
tokenizer = AutoTokenizer.from_pretrained("PawanKrd/tts-ckb")
model = AutoModelForTextToWaveform.from_pretrained("PawanKrd/tts-ckb")Quick Links
Overview
This model is a state-of-the-art text-to-speech system designed for the Central Kurdish (ckb) language. This model converts written text into natural and intelligible spoken words, providing an essential tool for various applications such as accessibility, language learning, and content creation.
Datasets
- Dataset Name: PawanKrd/tts-ckb
- Description: This dataset comprises a diverse collection of Central Kurdish texts and corresponding audio recordings, meticulously curated to train and evaluate this model.
Model Performance
This model has been evaluated on the PawanKrd/tts-ckb dataset, achieving the following performance metrics:
Loss: 19.1
- Explanation: This metric measures the discrepancy between the predicted audio and the actual audio. A lower loss indicates better performance.
SER (Sentence Error Rate): 34.66%
- Explanation: This metric quantifies the percentage of sentences with errors in the generated speech. A lower SER indicates more accurate and reliable speech synthesis.
Applications
This model can be utilized in various scenarios, including but not limited to:
- Accessibility: Enhancing the accessibility of written content for individuals with visual impairments.
- Language Learning: Assisting learners in acquiring proper pronunciation and listening skills in Central Kurdish.
- Content Creation: Enabling the creation of audio content such as podcasts, audiobooks, and announcements in Central Kurdish.
- Downloads last month
- 4
Dataset used to train PawanKrd/tts-ckb
Viewer • Updated • 16.3k • 5 • 1
Space using PawanKrd/tts-ckb 1
Evaluation results
- Loss on PawanKrd/tts-ckbself-reported19.100
# Gated model: Login with a HF token with gated access permission hf auth login