google/fleurs
Viewer • Updated • 768k • 61k • 406
How to use Dhanang12/whisper-tiny-id-v2-new with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Dhanang12/whisper-tiny-id-v2-new") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Dhanang12/whisper-tiny-id-v2-new")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Dhanang12/whisper-tiny-id-v2-new")This model is a fine-tuned version of openai/whisper-tiny on an unknown dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
| Step | Training Loss | Validation Loss | WER |
|---|---|---|---|
| 500 | 1.8105 | 0.7662 | 40.45 |
| 1000 | 0.5350 | 0.7074 | 35.96 |
| 1500 | 0.1668 | 0.7277 | 36.01 |
| 2000 | 0.0645 | 0.7588 | 36.04 |
| 2500 | 0.0332 | 0.7813 | 36.75 |
Best checkpoint: Step 1000 with WER 35.96%.
The following hyperparameters were used during training:
Base model
openai/whisper-tiny