Update README.md
Browse files
README.md
CHANGED
@@ -153,4 +153,18 @@ pipe.model.generation_config.num_beams = 1
|
|
153 |
|
154 |
result_greedy = pipe("audio.wav")
|
155 |
|
156 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
|
154 |
result_greedy = pipe("audio.wav")
|
155 |
|
156 |
+
```
|
157 |
+
## Citation
|
158 |
+
If you use [DeCRED](https://arxiv.org/abs/2410.17437) in your research, please cite the following paper:
|
159 |
+
|
160 |
+
```bibtex
|
161 |
+
@misc{polok2024improvingautomaticspeechrecognition,
|
162 |
+
title={Improving Automatic Speech Recognition with Decoder-Centric Regularisation in Encoder-Decoder Models},
|
163 |
+
author={Alexander Polok and Santosh Kesiraju and Karel Beneš and Lukáš Burget and Jan Černocký},
|
164 |
+
year={2024},
|
165 |
+
eprint={2410.17437},
|
166 |
+
archivePrefix={arXiv},
|
167 |
+
primaryClass={eess.AS},
|
168 |
+
url={https://arxiv.org/abs/2410.17437},
|
169 |
+
}
|
170 |
+
```
|