flozi00/asr-german-mixed
Viewer • Updated • 980k • 437 • 9
How to use basha3la2/whisper-base-de-v3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="basha3la2/whisper-base-de-v3") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("basha3la2/whisper-base-de-v3")
model = AutoModelForSpeechSeq2Seq.from_pretrained("basha3la2/whisper-base-de-v3", device_map="auto")This model is a fine-tuned version of basha3la2/whisper-base-de-v2 on the ASR German Mixed dataset.
It achieves the following results on the evaluation set:
This is the third round of fine-tuning Whisper Base for German ASR:
| Round | Base Model | Dataset | Steps | WER |
|---|---|---|---|---|
| v1 | openai/whisper-base | flozi00/common_voice_19_0_de-labeled | 4,000 | ~15.6% |
| v2 | basha3la2/whisper-base-de | flozi00/asr-german-mixed | 15,000 | 14.16% |
| v3 | basha3la2/whisper-base-de-v2 | flozi00/asr-german-mixed | ~10,000 | 13.05% |
Training for v3 was planned for 30,000 steps but was interrupted at approximately step 10,000 due to Kaggle's 12-hour session limit. The last checkpoint was saved and pushed to the Hub. Further training continues in v4.
| Training Loss | Step | Validation Loss | Wer |
|---|---|---|---|
| 0.8029 | 5000 | 0.2134 | 13.7950 |
| 0.7785 | 10000 | 0.2006 | 13.0467 |
German automatic speech recognition, deployed on Radxa Rock 5B+ via RKNN (NPU inference).
Base model
openai/whisper-base