The base model pre-trained on 16kHz sampled speech audio with
facebook/wav2vec2-base-fi-voxpopuli-v2 used as a foundation model for continued pre-training. When using the model make sure that your speech input is also sampled at 16Khz.
Note: This model does not have a tokenizer as it was pre-trained on audio alone. In order to use this model
speech recognition, a tokenizer should be created and the model should be fine-tuned on labeled text data. Check out
this blog for more in-detail explanation of how to fine-tune the model.
The Finnish Wav2Vec2 Base has the same architecture and uses the same training objective as the English and multilingual one described in
Paper. It is pre-trained on 2600 hours of unlabeled colloquial Finnish speech from
Lahjoita puhetta (Donate Speech).
You can read more about the pre-trained model from
this paper. The training scripts are available on
GitHub
You can use this model for Finnish ASR (speech-to-text) and SER (Spoken Emotion Recognition) tasks.
See
this notebook for more information on how to fine-tune the model.
This model was pre-trained with audio samples whose maximum length was 60 seconds so this model most likely works the best for short audios of similar length. However, you can try this model with a lot longer audios too and see how it works. If you encounter out of memory errors with very long audio files you can use the audio chunking method introduced in
this blog post.
The model was pre-trained on the data from the
Lahjoita puhetta (Donate Speech) corpus so this model might have biases towards colloquial Finnish.
1@inproceedings{getman24_interspeech,
2 title = {What happens in continued pre-training? Analysis of self-supervised speech
3 models with continued pre-training for colloquial Finnish ASR},
4 author = {Yaroslav Getman and Tamas Grosz and Mikko Kurimo},
5 year = {2024},
6 booktitle = {Interspeech 2024},
7 pages = {5043--5047},
8 doi = {10.21437/Interspeech.2024-476},
9}