Update README.md

This commit is contained in:
Jonatas Grosman 2022-06-22 16:08:05 +00:00 committed by huggingface-web
parent b2d3244635
commit 04ecb5902a
1 changed files with 4 additions and 6 deletions

View File

@ -63,7 +63,7 @@ model-index:
# Wav2Vec2-Large-XLSR-53-English # Wav2Vec2-Large-XLSR-53-English
Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on English using the [Common Voice](https://huggingface.co/datasets/common_voice). Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on English using the [Common Voice 6.1](https://huggingface.co/datasets/common_voice).
When using this model, make sure that your speech input is sampled at 16kHz. When using this model, make sure that your speech input is sampled at 16kHz.
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/) :) 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,12 +156,10 @@ python eval.py --model_id jonatasgrosman/wav2vec2-large-xlsr-53-english --datase
If you want to cite this model you can use this: If you want to cite this model you can use this:
```bibtex ```bibtex
@misc{grosman2021wav2vec2-large-xlsr-53-english, @misc{grosman2021xlsr53-large-english,
title={XLSR Wav2Vec2 English by Jonatas Grosman}, title={Fine-tuned {XLSR}-53 large model for speech recognition in {E}nglish},
author={Grosman, Jonatas}, author={Grosman, Jonatas},
publisher={Hugging Face},
journal={Hugging Face Hub},
howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-english}}, howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-english}},
year={2021} year={2021}
} }
``` ```