Update README.md

This commit is contained in:
Jonatas Grosman 2022-02-14 20:01:58 +00:00 committed by huggingface-web
parent ea2c4ae479
commit a35ec725dd
1 changed files with 14 additions and 0 deletions

View File

@ -150,3 +150,17 @@ python eval.py --model_id jonatasgrosman/wav2vec2-large-xlsr-53-english --datase
```bash
python eval.py --model_id jonatasgrosman/wav2vec2-large-xlsr-53-english --dataset speech-recognition-community-v2/dev_data --config en --split validation --chunk_length_s 5.0 --stride_length_s 1.0
```
## Citation
If you want to cite this model you can use this:
```bibtex
@misc{grosman2021wav2vec2-large-xlsr-53-english,
title={XLSR Wav2Vec2 English by Jonatas Grosman},
author={Grosman, Jonatas},
publisher={Hugging Face},
journal={Hugging Face Hub},
howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-english}},
year={2021}
}
```