zuazo commited on
Commit
f9ab876
·
verified ·
1 Parent(s): ee69829

Add citation and licensing

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