Dev372/Medical_STT_Dataset_1.1
Viewer • Updated • 7.96k • 21 • 2
How to use bqtsio/whisper-tiny-med with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="bqtsio/whisper-tiny-med") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("bqtsio/whisper-tiny-med")
model = AutoModelForSpeechSeq2Seq.from_pretrained("bqtsio/whisper-tiny-med")This model is a fine-tuned version of openai/whisper-tiny.en on the Medical STT 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.1257 | 1.2563 | 500 | 0.1729 | 6.7344 | 4.8398 |
Base model
openai/whisper-tiny.en