Instructions to use toiar/faster-whisper-khasi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use toiar/faster-whisper-khasi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="toiar/faster-whisper-khasi")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("toiar/faster-whisper-khasi", device_map="auto") - Notebooks
- Google Colab
- Kaggle
faster-whisper-khasi
A fine-tuned Automatic Speech Recognition (ASR) model for the Khasi language, based on Whisper Large v3. This model is designed to transcribe spoken Khasi into text with improved accuracy on native speech compared to the original multilingual checkpoint.
Model Details
- Model Name:
faster-whisper-khasi - Base Model:
openai/whisper-large-v3 - Language: Khasi (
kha) - Task: Automatic Speech Recognition (Speech-to-Text)
Model Description
faster-whisper-khasi is a fine-tuned version of Whisper Large v3 specifically adapted for Khasi speech recognition. The model has been trained to better understand Khasi pronunciation, vocabulary, and speaking styles while retaining Whisper's multilingual capabilities.
It is intended for applications such as:
- Speech-to-text transcription
- Voice assistants
- Accessibility tools
- Subtitle generation
- Voice search
- Educational applications
- Language preservation projects
Training Data
The model was fine-tuned using the following dataset:
- Dataset:
toiar/Khasi_ASR_Dataset - Total Duration: Approximately 101 hours, 19 minutes, and 54.36 seconds
- Language: Khasi
- Task: Speech Recognition
Training
- Base Model:
openai/whisper-large-v3 - Fine-tuning Task: Automatic Speech Recognition (ASR)
- Input: Audio
- Output: Khasi text transcription
Limitations
While the model performs significantly better on Khasi speech than the original multilingual model, it may still struggle with:
- Heavy background noise
- Strong regional accents not represented in the training data
- Overlapping speakers
- Code-switching between Khasi and other languages
- Rare words or proper nouns
- Low-quality audio recordings
Performance may vary depending on recording quality and speaking style.
Ethical Considerations
This model is intended to support the preservation and accessibility of the Khasi language. Users should ensure that speech data is collected and processed with appropriate consent and in accordance with applicable privacy regulations.
The model should not be relied upon where transcription errors could result in significant legal, medical, or safety consequences without human verification.
Citation
If you use this model in your research or application, please cite:
@misc{faster_whisper_khasi,
title = {faster-whisper-khasi},
author = {Toiar},
year = {2026},
publisher = {Hugging Face},
howpublished = {\url{https://huggingface.co/toiar/faster-whisper-khasi}}
}
- Downloads last month
- 6
Model tree for toiar/faster-whisper-khasi
Base model
openai/whisper-large-v3