jonatasgrosman commited on
Commit
542632a
1 Parent(s): c58074f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -180,3 +180,18 @@ In the table below I report the Word Error Rate (WER) and the Character Error Ra
180
  | ------------- | ------------- | ------------- |
181
  | jonatasgrosman/wav2vec2-large-xlsr-53-chinese-zh-cn | **82.37%** | **19.03%** |
182
  | ydshieh/wav2vec2-large-xlsr-53-chinese-zh-cn-gpt | 84.01% | 20.95% |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
180
  | ------------- | ------------- | ------------- |
181
  | jonatasgrosman/wav2vec2-large-xlsr-53-chinese-zh-cn | **82.37%** | **19.03%** |
182
  | ydshieh/wav2vec2-large-xlsr-53-chinese-zh-cn-gpt | 84.01% | 20.95% |
183
+
184
+
185
+ ## Citation
186
+ If you want to cite this model you can use this:
187
+
188
+ ```bibtex
189
+ @misc{grosman2021wav2vec2-large-xlsr-53-chinese-zh-cn,
190
+ title={XLSR Wav2Vec2 Chinese (zh-CN) 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-chinese-zh-cn}},
195
+ year={2021}
196
+ }
197
+ ```