nljubesi commited on
Commit
e8e5daa
1 Parent(s): 6bd500f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -21,7 +21,7 @@ This model for Croatian ASR is based on the [facebook/wav2vec2-large-slavic-voxp
21
 
22
  If you use this model, please cite the following paper:
23
 
24
- Nikola Ljubešić, Danijel Koržinek, Peter Rupnik, Ivo-Pavao Jazbec. ParlaSpeech-HR -- a freely available ASR dataset for Croatian bootstrapped from the ParlaMint corpus. Accepted at ParlaCLARIN@LREC.
25
 
26
  ## Metrics
27
 
@@ -32,6 +32,8 @@ Evaluation is performed on the dev and test portions of the [ParlaSpeech-HR v1.0
32
  |dev|0.0311|0.0921|
33
  |test|0.0222|0.0679|
34
 
 
 
35
  ## Usage in `transformers`
36
 
37
  ```python
21
 
22
  If you use this model, please cite the following paper:
23
 
24
+ Nikola Ljubešić, Danijel Koržinek, Peter Rupnik, Ivo-Pavao Jazbec. ParlaSpeech-HR -- a freely available ASR dataset for Croatian bootstrapped from the ParlaMint corpus. http://www.lrec-conf.org/proceedings/lrec2022/workshops/ParlaCLARINIII/pdf/2022.parlaclariniii-1.16.pdf
25
 
26
  ## Metrics
27
 
32
  |dev|0.0311|0.0921|
33
  |test|0.0222|0.0679|
34
 
35
+ There are multiple models available, and in terms of CER and WER, the best-performing model is [wav2vec2-large-slavic-parlaspeech-hr-lm](https://huggingface.co/classla/wav2vec2-large-slavic-parlaspeech-hr-lm).
36
+
37
  ## Usage in `transformers`
38
 
39
  ```python