Kurdish Speech-to-Text
Collection
This is a collection of Central Kurdish Speech-to-Text models. • 5 items • Updated • 4
How to use razhan/whisper-small-ckb with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="razhan/whisper-small-ckb") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("razhan/whisper-small-ckb")
model = AutoModelForSpeechSeq2Seq.from_pretrained("razhan/whisper-small-ckb")This model is a fine-tuned version of openai/whisper-small on the common voice v15 dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.1005 | 0.55 | 1000 | 0.1405 | 0.2743 |
| 0.0711 | 1.09 | 2000 | 0.0858 | 0.1772 |
| 0.0609 | 1.64 | 3000 | 0.0585 | 0.1151 |
| 0.02 | 2.19 | 4000 | 0.0408 | 0.0789 |
| 0.0169 | 2.74 | 5000 | 0.0334 | 0.0613 |
Base model
openai/whisper-small