jonatasgrosman commited on
Commit
d24c5c0
1 Parent(s): f99a4db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -61,9 +61,9 @@ model-index:
61
  value: 13.5
62
  ---
63
 
64
- # Wav2Vec2-Large-XLSR-53-Russian
65
 
66
- Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Russian using the [Common Voice](https://huggingface.co/datasets/common_voice) and [CSS10](https://github.com/Kyubyong/css10).
67
  When using this model, make sure that your speech input is sampled at 16kHz.
68
 
69
  This model has been fine-tuned thanks to the GPU credits generously given by the [OVHcloud](https://www.ovhcloud.com/en/public-cloud/ai-training/) :)
@@ -156,11 +156,9 @@ python eval.py --model_id jonatasgrosman/wav2vec2-large-xlsr-53-russian --datase
156
  If you want to cite this model you can use this:
157
 
158
  ```bibtex
159
- @misc{grosman2021wav2vec2-large-xlsr-53-russian,
160
- title={XLSR Wav2Vec2 Russian by Jonatas Grosman},
161
  author={Grosman, Jonatas},
162
- publisher={Hugging Face},
163
- journal={Hugging Face Hub},
164
  howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-russian}},
165
  year={2021}
166
  }
61
  value: 13.5
62
  ---
63
 
64
+ # Fine-tuned XLSR-53 large model for speech recognition in Russian
65
 
66
+ Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Russian using the [Common Voice 6.1](https://huggingface.co/datasets/common_voice) and [CSS10](https://github.com/Kyubyong/css10).
67
  When using this model, make sure that your speech input is sampled at 16kHz.
68
 
69
  This model has been fine-tuned thanks to the GPU credits generously given by the [OVHcloud](https://www.ovhcloud.com/en/public-cloud/ai-training/) :)
156
  If you want to cite this model you can use this:
157
 
158
  ```bibtex
159
+ @misc{grosman2021xlsr53-large-russian,
160
+ title={Fine-tuned {XLSR}-53 large model for speech recognition in {R}ussian},
161
  author={Grosman, Jonatas},
 
 
162
  howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-russian}},
163
  year={2021}
164
  }