Reubencf commited on
Commit
7cd95a1
·
verified ·
1 Parent(s): 4e1e774

Add BibTeX + APA citation block

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -37,3 +37,22 @@ configs:
37
  - split: train
38
  path: data/train-*
39
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  - split: train
38
  path: data/train-*
39
  ---
40
+
41
+ ## Citation
42
+
43
+ If you use this dataset in your research or downstream work, please cite:
44
+
45
+ ```bibtex
46
+ @misc{polyglot_audio_2026,
47
+ author = {Fernandes, Reuben Chagas},
48
+ title = {PolyglotAudio: Multilingual Audio Pre-training Corpus},
49
+ year = {2026},
50
+ publisher = {Hugging Face},
51
+ howpublished = {\url{https://huggingface.co/datasets/Reubencf/PolyglotAudio}}
52
+ }
53
+ ```
54
+
55
+ APA-style:
56
+
57
+ > Reuben Chagas Fernandes (2026). *PolyglotAudio: Multilingual Audio Pre-training Corpus* [Dataset]. Hugging Face. https://huggingface.co/datasets/Reubencf/PolyglotAudio
58
+