Hani89/medical_asr_recording_dataset
Viewer • Updated • 6.66k • 1.05k • 11
How to use Dev372/HarshDev-whisper-small-English_4000 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Dev372/HarshDev-whisper-small-English_4000") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Dev372/HarshDev-whisper-small-English_4000")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Dev372/HarshDev-whisper-small-English_4000")This model is a fine-tuned version of openai/whisper-small.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.0268 | 3.0030 | 1000 | 0.1019 | 6.4189 |
| 0.0017 | 6.0060 | 2000 | 0.1010 | 5.6903 |
| 0.0012 | 9.0090 | 3000 | 0.1064 | 6.6302 |
| 0.0001 | 12.0120 | 4000 | 0.1085 | 6.6812 |
Base model
openai/whisper-small.en