Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
language: hr
|
3 |
datasets:
|
4 |
-
- parlaspeech
|
5 |
tags:
|
6 |
- audio
|
7 |
- automatic-speech-recognition
|
@@ -16,9 +16,9 @@ widget:
|
|
16 |
|
17 |
# wav2vec2-xls-r-parlaspeech-hr
|
18 |
|
19 |
-
This model is based on the [facebook/wav2vec2-xls-r-300m model](https://huggingface.co/facebook/wav2vec2-xls-r-300m) and was fine-tuned
|
20 |
|
21 |
-
The efforts resulting
|
22 |
|
23 |
Initial evaluation on partially noisy data showed the model to achieve a word error rate of 13.68% and a character error rate of 4.56%.
|
24 |
|
|
|
1 |
---
|
2 |
language: hr
|
3 |
datasets:
|
4 |
+
- parlaspeech-hr
|
5 |
tags:
|
6 |
- audio
|
7 |
- automatic-speech-recognition
|
|
|
16 |
|
17 |
# wav2vec2-xls-r-parlaspeech-hr
|
18 |
|
19 |
+
This model is based on the [facebook/wav2vec2-xls-r-300m model](https://huggingface.co/facebook/wav2vec2-xls-r-300m) and was fine-tuned with 72 hours of recordings and transcripts from the Croatian parliament. This training dataset is an early result of the second iteration of the [ParlaMint project](https://www.clarin.eu/content/parlamint-towards-comparable-parliamentary-corpora) inside which the dataset will be extended and published under the name ParlaSpeech-HR and an open licence.
|
20 |
|
21 |
+
The efforts resulting in this model were coordinated by Nikola Ljubešić, the rough manual data alignment was performed by Ivo-Pavao Jazbec, the method for fine automatic data alignment from [Plüss et al.](https://arxiv.org/abs/2010.02810) was applied by Vuk Batanović and Lenka Bajčetić, while the final modelling was performed by Peter Rupnik.
|
22 |
|
23 |
Initial evaluation on partially noisy data showed the model to achieve a word error rate of 13.68% and a character error rate of 4.56%.
|
24 |
|