jonatasgrosman commited on
Commit
c6eafff
1 Parent(s): 204552c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -33,7 +33,7 @@ model-index:
33
 
34
  # Wav2Vec2-Large-XLSR-53-Arabic
35
 
36
- Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Arabic using the [Common Voice](https://huggingface.co/datasets/common_voice) and [Arabic Speech Corpus](https://huggingface.co/datasets/arabic_speech_corpus).
37
  When using this model, make sure that your speech input is sampled at 16kHz.
38
 
39
  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/) :)
@@ -191,12 +191,10 @@ In the table below I report the Word Error Rate (WER) and the Character Error Ra
191
  If you want to cite this model you can use this:
192
 
193
  ```bibtex
194
- @misc{grosman2021wav2vec2-large-xlsr-53-arabic,
195
- title={XLSR Wav2Vec2 Arabic by Jonatas Grosman},
196
  author={Grosman, Jonatas},
197
- publisher={Hugging Face},
198
- journal={Hugging Face Hub},
199
- howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-arabic}},
200
  year={2021}
201
  }
202
  ```
33
 
34
  # Wav2Vec2-Large-XLSR-53-Arabic
35
 
36
+ Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Arabic using the [Common Voice 6.1](https://huggingface.co/datasets/common_voice) and [Arabic Speech Corpus](https://huggingface.co/datasets/arabic_speech_corpus).
37
  When using this model, make sure that your speech input is sampled at 16kHz.
38
 
39
  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/) :)
191
  If you want to cite this model you can use this:
192
 
193
  ```bibtex
194
+ @misc{grosman2021xlsr53-large-arabic,
195
+ title={Fine-tuned {XLSR}-53 large model for speech recognition in {A}rabic},
196
  author={Grosman, Jonatas},
197
+ howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-chinese-zh-cn}},
 
 
198
  year={2021}
199
  }
200
  ```