Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,14 @@ widget:
|
|
17 |
|
18 |
# wav2vec2-xls-r-parlaspeech-hr-lm
|
19 |
|
20 |
-
This model for Croatian ASR is based on the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
If you use this model, please cite the following paper:
|
23 |
```
|
@@ -42,7 +49,8 @@ Evaluation is performed on the dev and test portions of the [ParlaSpeech-HR v1.0
|
|
42 |
|dev|0.0448|0.1129|
|
43 |
|test|0.0363|0.0985|
|
44 |
|
45 |
-
There are multiple models available, and in terms of CER and WER, the best-performing model
|
|
|
46 |
|
47 |
## Usage in `transformers`
|
48 |
|
|
|
17 |
|
18 |
# wav2vec2-xls-r-parlaspeech-hr-lm
|
19 |
|
20 |
+
This model for Croatian ASR is based on the
|
21 |
+
[facebook/wav2vec2-xls-r-300m model](https://huggingface.co/facebook/wav2vec2-xls-r-300m)
|
22 |
+
and was fine-tuned with 300 hours of recordings and transcripts from the ASR
|
23 |
+
Croatian parliament dataset [ParlaSpeech-HR v1.0](http://hdl.handle.net/11356/1494).
|
24 |
+
|
25 |
+
<div style="border: 5px solid #ff6700; padding: 10px; margin: 10px 0;">
|
26 |
+
<strong>Notice:</strong> ParlaSpeech corpora are currently in the process of enrichment with new features. Follow our progress here: <a href="http://clarinsi.github.io/parlaspeech">http://clarinsi.github.io/parlaspeech</a>
|
27 |
+
</div>
|
28 |
|
29 |
If you use this model, please cite the following paper:
|
30 |
```
|
|
|
49 |
|dev|0.0448|0.1129|
|
50 |
|test|0.0363|0.0985|
|
51 |
|
52 |
+
There are multiple models available, and in terms of CER and WER, the best-performing model
|
53 |
+
is [wav2vec2-large-slavic-parlaspeech-hr-lm](https://huggingface.co/classla/wav2vec2-large-slavic-parlaspeech-hr-lm).
|
54 |
|
55 |
## Usage in `transformers`
|
56 |
|