Dev372/Medical_STT_Dataset_1.1
Viewer • Updated • 7.96k • 75 • 2
How to use bqtsio/whisper-large-rad with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="bqtsio/whisper-large-rad") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("bqtsio/whisper-large-rad")
model = AutoModelForSpeechSeq2Seq.from_pretrained("bqtsio/whisper-large-rad", device_map="auto")This model is a fine-tuned version of openai/whisper-large-v3 on the Medical STT Combined 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.0787 | 1.1364 | 500 | 0.0969 | 4.8761 | 2.7322 |
Base model
openai/whisper-large-v3