Automatic Speech Recognition
Transformers
Safetensors
Northern Kurdish
Kurdish
wav2vec2
asr
kurdish
kurmanji
speech-to-text
Instructions to use amedcj/kurmanji-asr-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amedcj/kurmanji-asr-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="amedcj/kurmanji-asr-model")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("amedcj/kurmanji-asr-model") model = AutoModelForCTC.from_pretrained("amedcj/kurmanji-asr-model") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 8