erikbozik commited on
Commit
8727f2b
·
verified ·
1 Parent(s): 2cb7e71

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -142,9 +142,9 @@ print(sample["duration"], "seconds")
142
  sample["audio"]["array"] # numpy waveform
143
  ```
144
 
145
- ## Citation & Paper
146
  For more details, please see our paper on [arXiv](https://arxiv.org/abs/2509.19270). If you use this dataset in your work, please cite it as:
147
-
148
  @misc{božík2025slopalspeech28000hourslovakspeech,
149
  title={SloPalSpeech: A 2,8000-Hour Slovak Speech Corpus from Parliamentary Data},
150
  author={Erik Božík and Marek Šuppa},
@@ -153,4 +153,5 @@ For more details, please see our paper on [arXiv](https://arxiv.org/abs/2509.192
153
  archivePrefix={arXiv},
154
  primaryClass={cs.CL},
155
  url={https://arxiv.org/abs/2509.19270},
156
- }
 
 
142
  sample["audio"]["array"] # numpy waveform
143
  ```
144
 
145
+ ## 📝 Citation & Paper
146
  For more details, please see our paper on [arXiv](https://arxiv.org/abs/2509.19270). If you use this dataset in your work, please cite it as:
147
+ ```bibtex
148
  @misc{božík2025slopalspeech28000hourslovakspeech,
149
  title={SloPalSpeech: A 2,8000-Hour Slovak Speech Corpus from Parliamentary Data},
150
  author={Erik Božík and Marek Šuppa},
 
153
  archivePrefix={arXiv},
154
  primaryClass={cs.CL},
155
  url={https://arxiv.org/abs/2509.19270},
156
+ }
157
+ ```