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