Due to some datasets' licenses the model had to be taken down.
This repository contains a fine-tuned version of OpenAI's Whisper Large V3 Turbo model, adapted specifically for Swiss German dialects using QLoRa optimization. The model achieves state-of-the-art performance for Swiss German automatic speech recognition (ASR).
The model's performance has been evaluated across multiple datasets representing diverse dialectal and demographic distributions in Swiss German.
The model has been trained and evaluated on a comprehensive suite of Swiss German datasets:
-
SDS-200 Corpus
- Size: 200 hours
- Description: A corpus covering all Swiss German dialects.
-
STT4SG-350
- Size: 343 hours
- Description: Balanced distribution across Swiss German dialects and demographics, including gender representation.
- Dataset Link
-
SwissDial-Zh v1.1
- Size: 24 hours
- Description: A dataset with balanced representation of Swiss German dialects.
- Dataset Link
-
Swiss Parliament Corpus V2 (SPC)
- Size: 293 hours
- Description: Parliament recordings across Swiss German dialects.
- Dataset Link
-
ASGDTS (All Swiss German Dialects Test Set)
- Size: 13 hours
- Description: A stratified dataset closely resembling real-world Swiss German dialect distribution.
- Dataset Link
This model can be used directly with the Hugging Face Transformers library for tasks requiring Swiss German ASR.
Special thanks to the creators and maintainers of the datasets used in this work:
And to the
University of Geneva for allowing us access to their High Performance Computing cluster on which the model has been trained.
1@misc{whisper-large-v3-turbo-swissgerman,
2 author = {Nizar Michaud},
3 title = {Whisper Large V3 Turbo Fine-Tuned for Swiss German},
4 year = {2024},
5 publisher = {Hugging Face},
6 url = {https://huggingface.co/nizarmichaud/whisper-large-v3-turbo-swissgerman},
7 doi = 10.57967/hf/3858,
8}