jonatasgrosman commited on
Commit
ec1bcac
·
1 Parent(s): c9770dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -77,3 +77,17 @@ python eval.py --model_id jonatasgrosman/wav2vec2-xls-r-1b-polish --dataset mozi
77
  ```bash
78
  python eval.py --model_id jonatasgrosman/wav2vec2-xls-r-1b-polish --dataset speech-recognition-community-v2/dev_data --config pl --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-polish --dataset speech-recognition-community-v2/dev_data --config pl --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-polish,
86
+ title={XLS-R Wav2Vec2 Polish 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-polish}},
91
+ year={2022}
92
+ }
93
+ ```