jonatasgrosman
commited on
Commit
•
efe7059
1
Parent(s):
0dfcd75
Update README.md
Browse files
README.md
CHANGED
@@ -149,4 +149,18 @@ python eval.py --model_id jonatasgrosman/wav2vec2-large-xlsr-53-polish --dataset
|
|
149 |
|
150 |
```bash
|
151 |
python eval.py --model_id jonatasgrosman/wav2vec2-large-xlsr-53-polish --dataset speech-recognition-community-v2/dev_data --config pl --split validation --chunk_length_s 5.0 --stride_length_s 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
```
|
|
|
149 |
|
150 |
```bash
|
151 |
python eval.py --model_id jonatasgrosman/wav2vec2-large-xlsr-53-polish --dataset speech-recognition-community-v2/dev_data --config pl --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-polish,
|
159 |
+
title={XLSR Wav2Vec2 Polish 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-polish}},
|
164 |
+
year={2021}
|
165 |
+
}
|
166 |
```
|