erikbozik commited on
Commit
061cb55
·
verified ·
1 Parent(s): 69e21c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -72,9 +72,19 @@ It is adapted for **Slovak ASR** using the [Slovak Plenary ASR Corpus](https://h
72
  - As with Whisper models generally, occasional hallucinations may appear; consider temperature fallback / compression-ratio checks at inference time.
73
  - Multilingual performance is not guaranteed (full-parameter finetuning emphasized Slovak).
74
 
75
- ## 📄 Paper & Citation
76
-
77
- Coming soon
 
 
 
 
 
 
 
 
 
 
78
 
79
  ## 🙏 Acknowledgements
80
 
 
72
  - As with Whisper models generally, occasional hallucinations may appear; consider temperature fallback / compression-ratio checks at inference time.
73
  - Multilingual performance is not guaranteed (full-parameter finetuning emphasized Slovak).
74
 
75
+ ## 📝 Citation & Paper
76
+ For more details, please see our paper on [arXiv](https://arxiv.org/abs/2509.19270). If you use this model in your work, please cite it as:
77
+ ```bibtex
78
+ @misc{božík2025slopalspeech2800hourslovakspeech,
79
+ title={SloPalSpeech: A 2,800-Hour Slovak Speech Corpus from Parliamentary Data},
80
+ author={Erik Božík and Marek Šuppa},
81
+ year={2025},
82
+ eprint={2509.19270},
83
+ archivePrefix={arXiv},
84
+ primaryClass={cs.CL},
85
+ url={https://arxiv.org/abs/2509.19270},
86
+ }
87
+ ```
88
 
89
  ## 🙏 Acknowledgements
90