Whisper Small Pilotgpt Unified All Data Lowercase New Rewritten
Fine-tuned Whisper model based on openai/whisper-small.
Training Results
| Metric | Base Model | Fine-tuned |
|---|---|---|
| WER | 46.81% | 34.22% |
Improvement: 12.59% WER reduction (lower is better)
Training Details
- Base Model: openai/whisper-small
- Training Dataset: Trelis/pilotgpt-unified-all-data-lowercase-new-rewritten
- Train Loss: 0.7408
- Training Time: 5.2 minutes
Inference
from transformers import pipeline
asr = pipeline("automatic-speech-recognition", model="Trelis/whisper-small-pilotgpt-unified-all-data-lowercase-new-rewritten")
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
- -
Model tree for Trelis/whisper-small-pilotgpt-unified-all-data-lowercase-new-rewritten
Base model
openai/whisper-small