jonatasgrosman commited on
Commit
65e7095
1 Parent(s): d589a60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -76,3 +76,17 @@ python eval.py --model_id jonatasgrosman/wav2vec2-xls-r-1b-portuguese --dataset
76
  ```bash
77
  python eval.py --model_id jonatasgrosman/wav2vec2-xls-r-1b-portuguese --dataset speech-recognition-community-v2/dev_data --config pt --split validation --chunk_length_s 5.0 --stride_length_s 1.0
78
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  ```bash
77
  python eval.py --model_id jonatasgrosman/wav2vec2-xls-r-1b-portuguese --dataset speech-recognition-community-v2/dev_data --config pt --split validation --chunk_length_s 5.0 --stride_length_s 1.0
78
  ```
79
+
80
+ ## Citation
81
+ If you want to cite this model you can use this:
82
+
83
+ ```bibtex
84
+ @misc{grosman2021wav2vec2-xls-r-1b-portuguese,
85
+ title={XLS-R Wav2Vec2 Portuguese by Jonatas Grosman},
86
+ author={Grosman, Jonatas},
87
+ publisher={Hugging Face},
88
+ journal={Hugging Face Hub},
89
+ howpublished={\url{https://huggingface.co/jonatasgrosman/wav2vec2-xls-r-1b-portuguese}},
90
+ year={2022}
91
+ }
92
+ ```