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