zuazo commited on
Commit
3d925d6
·
verified ·
1 Parent(s): 4331dda

Add citation and licensing

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