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