jonatasgrosman commited on
Commit
ad7944f
1 Parent(s): 3cfffc5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -182,3 +182,17 @@ In the table below I report the Word Error Rate (WER) and the Character Error Ra
182
  | anton-l/wav2vec2-large-xlsr-53-hungarian | 42.39% | 9.39% |
183
  | gchhablani/wav2vec2-large-xlsr-hu | 46.42% | 10.04% |
184
  | birgermoell/wav2vec2-large-xlsr-hungarian | 46.93% | 10.31% |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  | anton-l/wav2vec2-large-xlsr-53-hungarian | 42.39% | 9.39% |
183
  | gchhablani/wav2vec2-large-xlsr-hu | 46.42% | 10.04% |
184
  | birgermoell/wav2vec2-large-xlsr-hungarian | 46.93% | 10.31% |
185
+
186
+ ## Citation
187
+ If you want to cite this model you can use this:
188
+
189
+ ```bibtex
190
+ @misc{grosman2021wav2vec2-large-xlsr-53-hungarian,
191
+ title={XLSR Wav2Vec2 Hungarian by Jonatas Grosman},
192
+ author={Grosman, Jonatas},
193
+ publisher={Hugging Face},
194
+ journal={Hugging Face Hub},
195
+ howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-hungarian}},
196
+ year={2021}
197
+ }
198
+ ```