procit009/nl_stt
Viewer • Updated • 167k • 15
How to use procit009/whisper_finetune with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="procit009/whisper_finetune") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("procit009/whisper_finetune")
model = AutoModelForSpeechSeq2Seq.from_pretrained("procit009/whisper_finetune")This model is a fine-tuned version of openai/whisper-small on the procit009/nl_stt 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.2302 | 1.0 | 125 | 0.2444 | 14.2023 |
| 0.1247 | 2.0 | 250 | 0.2396 | 14.4464 |
| 0.036 | 3.0 | 375 | 0.2448 | 13.9582 |
| 0.0117 | 4.0 | 500 | 0.2549 | 14.0113 |
| 0.0049 | 5.0 | 625 | 0.2604 | 15.5928 |
| 0.0031 | 6.0 | 750 | 0.2637 | 14.1492 |
Base model
openai/whisper-small