Commit
·
a35ec72
1
Parent(s):
ea2c4ae
Update README.md
Browse files
README.md
CHANGED
|
@@ -150,3 +150,17 @@ python eval.py --model_id jonatasgrosman/wav2vec2-large-xlsr-53-english --datase
|
|
| 150 |
```bash
|
| 151 |
python eval.py --model_id jonatasgrosman/wav2vec2-large-xlsr-53-english --dataset speech-recognition-community-v2/dev_data --config en --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-english --dataset speech-recognition-community-v2/dev_data --config en --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-english,
|
| 159 |
+
title={XLSR Wav2Vec2 English 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-english}},
|
| 164 |
+
year={2021}
|
| 165 |
+
}
|
| 166 |
+
```
|