🇹🇲 TurkmenAI stack
Benchmark (fixed eval set: first 300 corpus clips, identical
every session — all numbers below are measured on the SAME data)
Table with columns: Model, WER, %, CER, %| Model | WER, % | CER, % |
|---|
| Whisper large-v3-turbo, zero-shot | n/a | n/a |
| This model (fine-tuned) | n/a | n/a |
| Improvement | n/a | |

Table with columns: Session, WER, %, CER, %| Session | WER, % | CER, % |
|---|
| - | - | - |
Best WER so far: n/a |
Sessions: 1 | Corpus position: 9750 files |
This session: 8000 train clips

Usage
from transformers import pipeline
asr = pipeline("automatic-speech-recognition", model="Slavik2009/whisper-large-v3-turbo-tk")
print(asr("audio.mp3"))
- Method: LoRA r=32, fp16 AMP, gradient checkpointing, SpecAugment
- Hardware: 2x Tesla T4 (free tier)
Intended use & limitations
Transcribes Latin-script spoken Turkmen (broadcast/podcast-style audio,
1-30s clips at 16 kHz). Quality degrades on heavy dialects, far-field or
noisy audio, and code-switched speech. WER/CER above are measured on a
held-out slice of the training corpus, not an independent test set —
treat them as an upper bound of in-domain quality.
Citation
@misc{whisperturbotk,
title = {whisper-large-v3-turbo-tk: Whisper large-v3-turbo fine-tuned for Turkmen ASR},
author = {Slavik2009},
year = {2026},
url = {https://huggingface.co/Slavik2009/whisper-large-v3-turbo-tk}
}