Whisper Tiny Llm Lingo

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

Training Results

Metric Base Model Fine-tuned
WER 107.85% 21.07%

Improvement: 86.78% WER reduction (lower is better)

Training Details

Training Plot

Training Progress

Inference

from transformers import pipeline

asr = pipeline("automatic-speech-recognition", model="Trelis/whisper-tiny-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
66
Safetensors
Model size
37.8M 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-tiny-llm-lingo

Finetuned
(1672)
this model