jonatasgrosman
commited on
Commit
•
63300ac
1
Parent(s):
1ed4563
Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ model-index:
|
|
32 |
|
33 |
# Wav2Vec2-Large-XLSR-53-Persian
|
34 |
|
35 |
-
Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Persian using the [Common Voice](https://huggingface.co/datasets/common_voice).
|
36 |
When using this model, make sure that your speech input is sampled at 16kHz.
|
37 |
|
38 |
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/) :)
|
@@ -186,13 +186,10 @@ In the table below I report the Word Error Rate (WER) and the Character Error Ra
|
|
186 |
If you want to cite this model you can use this:
|
187 |
|
188 |
```bibtex
|
189 |
-
@misc{
|
190 |
-
title={XLSR
|
191 |
author={Grosman, Jonatas},
|
192 |
-
publisher={Hugging Face},
|
193 |
-
journal={Hugging Face Hub},
|
194 |
howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-persian}},
|
195 |
year={2021}
|
196 |
}
|
197 |
```
|
198 |
-
|
|
|
32 |
|
33 |
# Wav2Vec2-Large-XLSR-53-Persian
|
34 |
|
35 |
+
Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Persian using the [Common Voice 6.1](https://huggingface.co/datasets/common_voice).
|
36 |
When using this model, make sure that your speech input is sampled at 16kHz.
|
37 |
|
38 |
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/) :)
|
|
|
186 |
If you want to cite this model you can use this:
|
187 |
|
188 |
```bibtex
|
189 |
+
@misc{grosman2021xlsr53-large-persian,
|
190 |
+
title={Fine-tuned {XLSR}-53 large model for speech recognition in {P}ersian},
|
191 |
author={Grosman, Jonatas},
|
|
|
|
|
192 |
howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-persian}},
|
193 |
year={2021}
|
194 |
}
|
195 |
```
|
|