srirama/dental
Updated โข 3
How to use srirama/whisper-small-hi with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="srirama/whisper-small-hi") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("srirama/whisper-small-hi")
model = AutoModelForSpeechSeq2Seq.from_pretrained("srirama/whisper-small-hi")This model is a fine-tuned version of openai/whisper-small on the Sample Dental 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.0024 | 10.9890 | 1000 | 0.0010 | 7.0692 |
| 0.0002 | 21.9780 | 2000 | 0.0003 | 6.6687 |
| 0.0001 | 32.9670 | 3000 | 0.0001 | 6.6071 |
| 0.0001 | 43.9560 | 4000 | 0.0001 | 6.6841 |
Base model
openai/whisper-small