flozi00/common_voice_19_0_de-labeled
Viewer • Updated • 547k • 69
How to use basha3la2/whisper-base-de with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="basha3la2/whisper-base-de") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("basha3la2/whisper-base-de")
model = AutoModelForSpeechSeq2Seq.from_pretrained("basha3la2/whisper-base-de", device_map="auto")This model is a fine-tuned version of openai/whisper-base on the asr-german 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 |
|---|---|---|---|---|
| 1.2115 | 0.0651 | 1000 | 0.2977 | 17.2904 |
| 1.0521 | 0.1301 | 2000 | 0.2640 | 15.5865 |
| 0.9439 | 0.1952 | 3000 | 0.2487 | 14.7318 |
| 0.9417 | 0.2602 | 4000 | 0.2420 | 14.3637 |