Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ This is one of several Wav2Vec-models our team created during the 🤗 hosted [R
|
|
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)
|
47 |
|
48 |
## Code
|
49 |
We do release all code developed during the event so that the Norwegian NLP community can build upon this to develop even better Norwegian ASR models. The finetuning of these models are not very compute demanding. You should after following the instructions here, be able to train your own automatic speech recognition system in less than a day with an average GPU.
|
|
|
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://www.nb.no/sprakbanken/en/resource-catalogue/oai-nb-no-sbr-58/) to the [NbAiLab/NPSC](https://huggingface.co/datasets/NbAiLab/NPSC) in 🤗 Dataset format and used that as the main source for training.
|
47 |
|
48 |
## Code
|
49 |
We do release all code developed during the event so that the Norwegian NLP community can build upon this to develop even better Norwegian ASR models. The finetuning of these models are not very compute demanding. You should after following the instructions here, be able to train your own automatic speech recognition system in less than a day with an average GPU.
|