jonatasgrosman
commited on
Commit
·
1dc6bc4
1
Parent(s):
4e24629
Update README.md
Browse files
README.md
CHANGED
@@ -183,3 +183,17 @@ In the table below I report the Word Error Rate (WER) and the Character Error Ra
|
|
183 |
| vasilis/wav2vec2-large-xlsr-53-finnish | 38.24% | 6.49% |
|
184 |
| jonatasgrosman/wav2vec2-large-xlsr-53-finnish | 41.60% | 8.23% |
|
185 |
| birgermoell/wav2vec2-large-xlsr-finnish | 53.51% | 9.18% |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
183 |
| vasilis/wav2vec2-large-xlsr-53-finnish | 38.24% | 6.49% |
|
184 |
| jonatasgrosman/wav2vec2-large-xlsr-53-finnish | 41.60% | 8.23% |
|
185 |
| birgermoell/wav2vec2-large-xlsr-finnish | 53.51% | 9.18% |
|
186 |
+
|
187 |
+
## Citation
|
188 |
+
If you want to cite this model you can use this:
|
189 |
+
|
190 |
+
```bibtex
|
191 |
+
@misc{grosman2021wav2vec2-large-xlsr-53-finnish,
|
192 |
+
title={XLSR Wav2Vec2 Finnish by Jonatas Grosman},
|
193 |
+
author={Grosman, Jonatas},
|
194 |
+
publisher={Hugging Face},
|
195 |
+
journal={Hugging Face Hub},
|
196 |
+
howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-finnish}},
|
197 |
+
year={2021}
|
198 |
+
}
|
199 |
+
```
|