jonatasgrosman
commited on
Commit
•
1823ed8
1
Parent(s):
8f0a174
Update README.md
Browse files
README.md
CHANGED
@@ -66,9 +66,9 @@ model-index:
|
|
66 |
value: 19.15
|
67 |
---
|
68 |
|
69 |
-
# XLS-R
|
70 |
|
71 |
-
Fine-tuned [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on French using the [Common Voice 8](https://huggingface.co/datasets/mozilla-foundation/common_voice_8_0).
|
72 |
When using this model, make sure that your speech input is sampled at 16kHz.
|
73 |
|
74 |
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/) :)
|
@@ -139,11 +139,9 @@ python eval.py --model_id jonatasgrosman/wav2vec2-xls-r-1b-french --dataset spee
|
|
139 |
If you want to cite this model you can use this:
|
140 |
|
141 |
```bibtex
|
142 |
-
@misc{
|
143 |
-
title={XLS-R
|
144 |
author={Grosman, Jonatas},
|
145 |
-
publisher={Hugging Face},
|
146 |
-
journal={Hugging Face Hub},
|
147 |
howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-xls-r-1b-french}},
|
148 |
year={2022}
|
149 |
}
|
|
|
66 |
value: 19.15
|
67 |
---
|
68 |
|
69 |
+
# Fine-tuned XLS-R 1B model for speech recognition in French
|
70 |
|
71 |
+
Fine-tuned [facebook/wav2vec2-xls-r-1b](https://huggingface.co/facebook/wav2vec2-xls-r-1b) on French using the train split of [Common Voice 8.0](https://huggingface.co/datasets/mozilla-foundation/common_voice_8_0), [MediaSpeech](https://www.openslr.org/108/), [Multilingual TEDx](http://www.openslr.org/100), [Multilingual LibriSpeech](https://www.openslr.org/94/), and [Voxpopuli](https://github.com/facebookresearch/voxpopuli).
|
72 |
When using this model, make sure that your speech input is sampled at 16kHz.
|
73 |
|
74 |
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/) :)
|
|
|
139 |
If you want to cite this model you can use this:
|
140 |
|
141 |
```bibtex
|
142 |
+
@misc{grosman2021xlsr-1b-french,
|
143 |
+
title={Fine-tuned {XLS-R} 1B model for speech recognition in {F}rench},
|
144 |
author={Grosman, Jonatas},
|
|
|
|
|
145 |
howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-xls-r-1b-french}},
|
146 |
year={2022}
|
147 |
}
|