Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ model-index:
|
|
30 |
---
|
31 |
|
32 |
# Norwegian Wav2Vec2 Model - 300M - VoxRex - Bokmål
|
33 |
-
This model is finetuned on top of feature extractor [VoxRex-model](https://huggingface.co/KBLab/wav2vec2-large-voxrex) from the National Library of Sweeden. The
|
34 |
- **WER: 0.0703** (0.0979)
|
35 |
- **CER: 0.0269** (0.0311)
|
36 |
|
@@ -40,8 +40,8 @@ This is one of several Wav2Vec-models created during the 🤗 hosted [Robust Spe
|
|
40 |
| Model | Final WER | |
|
41 |
|:--------------|:------------|:------------:|
|
42 |
| [NbAiLab/nb-wav2vec2-1b-bokmaal](https://huggingface.co/NbAiLab/nb-wav2vec2-1b-bokmaal) | 6.33 | |
|
43 |
-
|
|
44 |
-
| NbAiLab/nb-wav2vec2-300m-nynorsk
|
45 |
## Dataset
|
46 |
In parallell with the event, the team also converted the [Norwegian Parliamentary Speech Corpus (NPSC)](https://huggingface.co/datasets/NbAiLab/NPSC) to the 🤗 Dataset format and used that as the main source for training.
|
47 |
|
|
|
30 |
---
|
31 |
|
32 |
# Norwegian Wav2Vec2 Model - 300M - VoxRex - Bokmål
|
33 |
+
This model is finetuned on top of feature extractor [VoxRex-model](https://huggingface.co/KBLab/wav2vec2-large-voxrex) from the National Library of Sweeden. The finetuned model achieves the following results on the test set with a 5-gram KenLM. Numbers in parenthesis are without the language model:
|
34 |
- **WER: 0.0703** (0.0979)
|
35 |
- **CER: 0.0269** (0.0311)
|
36 |
|
|
|
40 |
| Model | Final WER | |
|
41 |
|:--------------|:------------|:------------:|
|
42 |
| [NbAiLab/nb-wav2vec2-1b-bokmaal](https://huggingface.co/NbAiLab/nb-wav2vec2-1b-bokmaal) | 6.33 | |
|
43 |
+
| NbAiLab/nb-wav2vec2-300m-bokmaal (this model) | 7.03 | |
|
44 |
+
| [NbAiLab/nb-wav2vec2-300m-nynorsk](https://huggingface.co/NbAiLab/nb-wav2vec2-300m-nynorsk) | 12.22 | |
|
45 |
## Dataset
|
46 |
In parallell with the event, the team also converted the [Norwegian Parliamentary Speech Corpus (NPSC)](https://huggingface.co/datasets/NbAiLab/NPSC) to the 🤗 Dataset format and used that as the main source for training.
|
47 |
|