Instructions to use saattrupdan/alvenir-wav2vec2-base-cv8-da with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use saattrupdan/alvenir-wav2vec2-base-cv8-da with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="saattrupdan/alvenir-wav2vec2-base-cv8-da")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("saattrupdan/alvenir-wav2vec2-base-cv8-da") model = AutoModelForCTC.from_pretrained("saattrupdan/alvenir-wav2vec2-base-cv8-da") - Notebooks
- Google Colab
- Kaggle
Alvenir-Wav2vec2-base-CV8-da
Model description
This model is a fine-tuned version of the Danish acoustic model Alvenir/wav2vec2-base-da on the Danish part of Common Voice 8.0, containing ~6 crowdsourced hours of read-aloud Danish speech.
Performance
The model achieves the following WER scores (lower is better):
| Dataset | WER without LM | WER with 5-gram LM |
|---|---|---|
| Danish part of Common Voice 8.0 | 46.05 | 39.86 |
| Alvenir test set | 41.08 | 34.12 |
- Downloads last month
- 6
Evaluation results
- wer on Danish Common Voice 8.0self-reported39.860
- wer on Alvenir ASR test datasetself-reported34.120