jonatasgrosman
commited on
Commit
•
5a66dfb
1
Parent(s):
cfae760
Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ model-index:
|
|
61 |
value: 12.58
|
62 |
---
|
63 |
|
64 |
-
#
|
65 |
|
66 |
Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on German using the [Common Voice](https://huggingface.co/datasets/common_voice).
|
67 |
When using this model, make sure that your speech input is sampled at 16kHz.
|
@@ -156,11 +156,9 @@ python eval.py --model_id jonatasgrosman/wav2vec2-large-xlsr-53-german --dataset
|
|
156 |
If you want to cite this model you can use this:
|
157 |
|
158 |
```bibtex
|
159 |
-
@misc{
|
160 |
-
title={XLSR
|
161 |
author={Grosman, Jonatas},
|
162 |
-
publisher={Hugging Face},
|
163 |
-
journal={Hugging Face Hub},
|
164 |
howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-german}},
|
165 |
year={2021}
|
166 |
}
|
|
|
61 |
value: 12.58
|
62 |
---
|
63 |
|
64 |
+
# Fine-tuned XLSR-53 large model for speech recognition in German
|
65 |
|
66 |
Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on German using the [Common Voice](https://huggingface.co/datasets/common_voice).
|
67 |
When using this model, make sure that your speech input is sampled at 16kHz.
|
|
|
156 |
If you want to cite this model you can use this:
|
157 |
|
158 |
```bibtex
|
159 |
+
@misc{grosman2021xlsr53-large-german,
|
160 |
+
title={Fine-tuned {XLSR}-53 large model for speech recognition in {G}erman},
|
161 |
author={Grosman, Jonatas},
|
|
|
|
|
162 |
howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-german}},
|
163 |
year={2021}
|
164 |
}
|