Dev372/Medical_STT_Dataset_1.1
Viewer • Updated • 7.96k • 75 • 2
How to use bqtsio/whisper-medium-med with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="bqtsio/whisper-medium-med") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("bqtsio/whisper-medium-med")
model = AutoModelForSpeechSeq2Seq.from_pretrained("bqtsio/whisper-medium-med", device_map="auto")This model is a fine-tuned version of openai/whisper-medium.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.0481 | 1.2563 | 500 | 0.0977 | 5.4215 | 3.2511 |
Base model
openai/whisper-medium.en