wav2vec2-base-da / README.md
arpelarpe's picture
Update README.md
4d6e08e
|
raw
history blame
737 Bytes
metadata
language: da
tags:
  - speech
license: apache-2.0

Wav2vec2-base for Danish

This wav2vec2-base model has been pretrained on ~1300 hours of danish speech data. The pretraining data consists of podcasts and audiobooks and is unfortunately not public available. However, we were allowed to distribute the pretrained model.

The pre-training was done using the fairseq library in January 2021.

It needs to be fine-tuned to perform speech recognition.

Finetuning

In order to finetune the model to speech recognition, you can draw inspiration from this notebook tutorial or this blog post tutorial.