jonatasgrosman
commited on
Commit
•
d7f8fb8
1
Parent(s):
64de93c
Update README.md
Browse files
README.md
CHANGED
@@ -150,3 +150,17 @@ python eval.py --model_id jonatasgrosman/wav2vec2-large-xlsr-53-russian --datase
|
|
150 |
```bash
|
151 |
python eval.py --model_id jonatasgrosman/wav2vec2-large-xlsr-53-russian --dataset speech-recognition-community-v2/dev_data --config ru --split validation --chunk_length_s 5.0 --stride_length_s 1.0
|
152 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
```bash
|
151 |
python eval.py --model_id jonatasgrosman/wav2vec2-large-xlsr-53-russian --dataset speech-recognition-community-v2/dev_data --config ru --split validation --chunk_length_s 5.0 --stride_length_s 1.0
|
152 |
```
|
153 |
+
|
154 |
+
## Citation
|
155 |
+
If you want to cite this model you can use this:
|
156 |
+
|
157 |
+
```bibtex
|
158 |
+
@misc{grosman2021wav2vec2-large-xlsr-53-russian,
|
159 |
+
title={XLSR Wav2Vec2 Russian by Jonatas Grosman},
|
160 |
+
author={Grosman, Jonatas},
|
161 |
+
publisher={Hugging Face},
|
162 |
+
journal={Hugging Face Hub},
|
163 |
+
howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-large-xlsr-53-russian}},
|
164 |
+
year={2021}
|
165 |
+
}
|
166 |
+
```
|