Whisper Small Llm Lingo

Fine-tuned Whisper model based on openai/whisper-small.

Training Results

Metric Base Model Fine-tuned
WER 20.66% 12.40%

Improvement: 8.26% WER reduction (lower is better)

Training Details

Training Plot

Training Progress

Inference

from transformers import pipeline

asr = pipeline("automatic-speech-recognition", model="Trelis/whisper-small-llm-lingo")
result = asr("path/to/audio.wav")
print(result["text"])

Training Logs

Full training logs are available in training_log.txt.


Fine-tuned using Trelis Studio

Downloads last month
91
Safetensors
Model size
0.2B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Trelis/whisper-small-llm-lingo

Finetuned
(3165)
this model