jonatasgrosman commited on
Commit
8f6998c
1 Parent(s): 723958f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -181,3 +181,17 @@ In the table below I report the Word Error Rate (WER) and the Character Error Ra
181
  | jonatasgrosman/wav2vec2-large-xlsr-53-japanese | **81.80%** | **20.16%** |
182
  | vumichien/wav2vec2-large-xlsr-japanese | 1108.86% | 23.40% |
183
  | qqhann/w2v_hf_jsut_xlsr53 | 1012.18% | 70.77% |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  | jonatasgrosman/wav2vec2-large-xlsr-53-japanese | **81.80%** | **20.16%** |
182
  | vumichien/wav2vec2-large-xlsr-japanese | 1108.86% | 23.40% |
183
  | qqhann/w2v_hf_jsut_xlsr53 | 1012.18% | 70.77% |
184
+
185
+ ## Citation
186
+ If you want to cite this model you can use this:
187
+
188
+ ```bibtex
189
+ @misc{grosman2021wav2vec2-large-xlsr-53-japanese,
190
+ title={XLSR Wav2Vec2 Japanese by Jonatas Grosman},
191
+ author={Grosman, Jonatas},
192
+ publisher={Hugging Face},
193
+ journal={Hugging Face Hub},
194
+ howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-japanese}},
195
+ year={2021}
196
+ }
197
+ ```