jonatasgrosman commited on
Commit
161497a
1 Parent(s): 48d7d91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -69,9 +69,9 @@ model-index:
69
  value: 17.88
70
  ---
71
 
72
- # XLS-R-1B-ENGLISH
73
 
74
- Fine-tuned [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on English using the [Common Voice 8](https://huggingface.co/datasets/mozilla-foundation/common_voice_8_0).
75
  When using this model, make sure that your speech input is sampled at 16kHz.
76
 
77
  This model has been fine-tuned by the [HuggingSound](https://github.com/jonatasgrosman/huggingsound) tool, and thanks to the GPU credits generously given by the [OVHcloud](https://www.ovhcloud.com/en/public-cloud/ai-training/) :)
@@ -142,11 +142,9 @@ python eval.py --model_id jonatasgrosman/wav2vec2-xls-r-1b-english --dataset spe
142
  If you want to cite this model you can use this:
143
 
144
  ```bibtex
145
- @misc{grosman2022wav2vec2-xls-r-1b-english,
146
- title={XLS-R Wav2Vec2 English by Jonatas Grosman},
147
  author={Grosman, Jonatas},
148
- publisher={Hugging Face},
149
- journal={Hugging Face Hub},
150
  howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-xls-r-1b-english}},
151
  year={2022}
152
  }
 
69
  value: 17.88
70
  ---
71
 
72
+ # Fine-tuned XLS-R 1B model for speech recognition in English
73
 
74
+ Fine-tuned [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on English using the train and validation split of [Common Voice 8.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_8_0), [Multilingual LibriSpeech](https://www.openslr.org/94/), [TED-LIUMv3](https://www.openslr.org/51/), and [Voxpopuli](https://github.com/facebookresearch/voxpopuli).
75
  When using this model, make sure that your speech input is sampled at 16kHz.
76
 
77
  This model has been fine-tuned by the [HuggingSound](https://github.com/jonatasgrosman/huggingsound) tool, and thanks to the GPU credits generously given by the [OVHcloud](https://www.ovhcloud.com/en/public-cloud/ai-training/) :)
 
142
  If you want to cite this model you can use this:
143
 
144
  ```bibtex
145
+ @misc{grosman2021xlsr-1b-english,
146
+ title={Fine-tuned {XLS-R} 1B model for speech recognition in {E}nglish},
147
  author={Grosman, Jonatas},
 
 
148
  howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-xls-r-1b-english}},
149
  year={2022}
150
  }