Changing how to cite this work
Browse files
README.md
CHANGED
@@ -189,13 +189,22 @@ print("Test WER: {:.3f}".format(wer_metric.compute(predictions=results["pred_str
|
|
189 |
# BibTeX entry and citation info
|
190 |
*When publishing results based on these models please refer to:*
|
191 |
```bibtex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
@misc{mena2023xlrs53icelandic30ep967h,
|
193 |
title={Acoustic Model in Icelandic: wav2vec2-large-xlsr-53-icelandic-ep30-967h.},
|
194 |
author={Hernandez Mena, Carlos Daniel},
|
195 |
url={https://huggingface.co/language-and-voice-lab/wav2vec2-large-xlsr-53-icelandic-ep30-967h},
|
196 |
year={2023}
|
197 |
}
|
198 |
-
|
199 |
|
200 |
# Acknowledgements
|
201 |
|
|
|
189 |
# BibTeX entry and citation info
|
190 |
*When publishing results based on these models please refer to:*
|
191 |
```bibtex
|
192 |
+
@inproceedings{mena2024samromur,
|
193 |
+
title={Samr{\'o}mur Millj{\'o}n: An ASR Corpus of One Million Verified Read Prompts in Icelandic},
|
194 |
+
author={Mena, Carlos Daniel Hernandez and Gunnarsson, {\TH}orsteinn Da{\dh}i and Gu{\dh}nason, J{\'o}n},
|
195 |
+
booktitle={Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)},
|
196 |
+
pages={14305--14312},
|
197 |
+
year={2024}
|
198 |
+
}
|
199 |
+
```
|
200 |
+
<!--
|
201 |
@misc{mena2023xlrs53icelandic30ep967h,
|
202 |
title={Acoustic Model in Icelandic: wav2vec2-large-xlsr-53-icelandic-ep30-967h.},
|
203 |
author={Hernandez Mena, Carlos Daniel},
|
204 |
url={https://huggingface.co/language-and-voice-lab/wav2vec2-large-xlsr-53-icelandic-ep30-967h},
|
205 |
year={2023}
|
206 |
}
|
207 |
+
-->
|
208 |
|
209 |
# Acknowledgements
|
210 |
|