Hani89/medical_asr_recording_dataset
Viewer • Updated • 6.66k • 1.05k • 11
How to use Dev372/HarshDev-whisper-base-English_3000 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Dev372/HarshDev-whisper-base-English_3000") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Dev372/HarshDev-whisper-base-English_3000")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Dev372/HarshDev-whisper-base-English_3000")This model is a fine-tuned version of openai/whisper-base.en on the Medical 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 |
|---|---|---|---|---|
| 0.0573 | 3.0030 | 1000 | 0.1333 | 8.6703 |
| 0.0073 | 6.0060 | 2000 | 0.1185 | 8.2914 |
| 0.0009 | 9.0090 | 3000 | 0.1241 | 8.2186 |
Base model
openai/whisper-base.en