PolyAI/minds14
Viewer • Updated • 16.3k • 6.74k • 103
How to use HaniAI/whisper-small-dv with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("HaniAI/whisper-small-dv", dtype="auto")This model is a fine-tuned version of openai/whisper-tiny on the PolyAI/minds14 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.009 | 112.6154 | 450 | 1.4305 | 0.3944 | 0.3701 |
Base model
openai/whisper-tiny
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("HaniAI/whisper-small-dv", dtype="auto")