jonatasgrosman commited on
Commit
16c5a36
1 Parent(s): 1c50bd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -189,3 +189,17 @@ In the table below I report the Word Error Rate (WER) and the Character Error Ra
189
  | elgeish/wav2vec2-large-lv60-timit-asr | 59.96% | 34.28% |
190
  | facebook/wav2vec2-base-10k-voxpopuli-ft-en | 66.41% | 36.76% |
191
  | elgeish/wav2vec2-base-timit-asr | 68.78% | 36.81% |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
189
  | elgeish/wav2vec2-large-lv60-timit-asr | 59.96% | 34.28% |
190
  | facebook/wav2vec2-base-10k-voxpopuli-ft-en | 66.41% | 36.76% |
191
  | elgeish/wav2vec2-base-timit-asr | 68.78% | 36.81% |
192
+
193
+ ## Citation
194
+ If you want to cite this model you can use this:
195
+
196
+ ```bibtex
197
+ @misc{grosman2021wav2vec2-large-english,
198
+ title={Wav2Vec2 English by Jonatas Grosman},
199
+ author={Grosman, Jonatas},
200
+ publisher={Hugging Face},
201
+ journal={Hugging Face Hub},
202
+ howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-english}},
203
+ year={2021}
204
+ }
205
+ ```