Prajwal-143/ASR-Tamil-cleaned
Viewer • Updated • 312k • 1.08k • 2
How to use Logii33/whisper-medium-english with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Logii33/whisper-medium-english") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Logii33/whisper-medium-english")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Logii33/whisper-medium-english")This model is a fine-tuned version of openai/whisper-medium on the asr-tamil-cleaned 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 Ortho | Wer |
|---|---|---|---|---|---|
| 0.1613 | 0.0143 | 500 | 0.1642 | 36.6838 | 10.3984 |
Base model
openai/whisper-medium