Add citation and licensing
Browse files
README.md
CHANGED
@@ -86,3 +86,30 @@ The following hyperparameters were used during training:
|
|
86 |
- Pytorch 2.0.1+cu117
|
87 |
- Datasets 2.14.4
|
88 |
- Tokenizers 0.13.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
- Pytorch 2.0.1+cu117
|
87 |
- Datasets 2.14.4
|
88 |
- Tokenizers 0.13.3
|
89 |
+
|
90 |
+
## Citation
|
91 |
+
|
92 |
+
If you use these models in your research, please cite:
|
93 |
+
|
94 |
+
```bibtex
|
95 |
+
@misc{dezuazo2025whisperlmimprovingasrmodels,
|
96 |
+
title={Whisper-LM: Improving ASR Models with Language Models for Low-Resource Languages},
|
97 |
+
author={Xabier de Zuazo and Eva Navas and Ibon Saratxaga and Inma Hernáez Rioja},
|
98 |
+
year={2025},
|
99 |
+
eprint={2503.23542},
|
100 |
+
archivePrefix={arXiv},
|
101 |
+
primaryClass={cs.CL},
|
102 |
+
url={https://arxiv.org/abs/2503.23542},
|
103 |
+
}
|
104 |
+
```
|
105 |
+
|
106 |
+
Please, check the related paper preprint in
|
107 |
+
[arXiv:2503.23542](https://arxiv.org/abs/2503.23542)
|
108 |
+
for more details.
|
109 |
+
|
110 |
+
## Licensing
|
111 |
+
|
112 |
+
This model is available under the
|
113 |
+
[Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0).
|
114 |
+
You are free to use, modify, and distribute this model as long as you credit
|
115 |
+
the original creators.
|