jonatasgrosman
commited on
Commit
·
51a68f1
1
Parent(s):
269a6ad
Update README.md
Browse files
README.md
CHANGED
@@ -77,3 +77,17 @@ python eval.py --model_id jonatasgrosman/wav2vec2-xls-r-1b-french --dataset mozi
|
|
77 |
```bash
|
78 |
python eval.py --model_id jonatasgrosman/wav2vec2-xls-r-1b-french --dataset speech-recognition-community-v2/dev_data --config fr --split validation --chunk_length_s 5.0 --stride_length_s 1.0
|
79 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
```bash
|
78 |
python eval.py --model_id jonatasgrosman/wav2vec2-xls-r-1b-french --dataset speech-recognition-community-v2/dev_data --config fr --split validation --chunk_length_s 5.0 --stride_length_s 1.0
|
79 |
```
|
80 |
+
|
81 |
+
## Citation
|
82 |
+
If you want to cite this model you can use this:
|
83 |
+
|
84 |
+
```bibtex
|
85 |
+
@misc{grosman2021wav2vec2-xls-r-1b-french,
|
86 |
+
title={XLS-R Wav2Vec2 French by Jonatas Grosman},
|
87 |
+
author={Grosman, Jonatas},
|
88 |
+
publisher={Hugging Face},
|
89 |
+
journal={Hugging Face Hub},
|
90 |
+
howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-xls-r-1b-french}},
|
91 |
+
year={2022}
|
92 |
+
}
|
93 |
+
```
|