Fill-Mask
Transformers
PyTorch
4 languages
xlm-roberta
Inference Endpoints
5roop commited on
Commit
a101ab9
1 Parent(s): 9d591bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -104,6 +104,7 @@ The procedure is explained in greater detail in the dedicated [benchmarking repo
104
 
105
  # Citation
106
 
 
107
  The following paper has been submitted for review:
108
 
109
  ```
@@ -114,3 +115,22 @@ The following paper has been submitted for review:
114
  year = "2024",
115
  }
116
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
 
105
  # Citation
106
 
107
+ <!---
108
  The following paper has been submitted for review:
109
 
110
  ```
 
115
  year = "2024",
116
  }
117
  ```
118
+ --->
119
+
120
+
121
+ Please cite the following paper:
122
+ ```
123
+ @article{Ljubešić_Suchomel_Rupnik_Kuzman_van Noord_2024,
124
+ title={Language Models on a Diet: Cost-Efficient Development of Encoders for Closely-Related Languages via Additional Pretraining},
125
+ url={http://arxiv.org/abs/2404.05428},
126
+ DOI={10.48550/arXiv.2404.05428},
127
+ abstractNote={The world of language models is going through turbulent times, better and ever larger models are coming out at an unprecedented speed. However, we argue that, especially for the scientific community, encoder models of up to 1 billion parameters are still very much needed, their primary usage being in enriching large collections of data with metadata necessary for downstream research. We investigate the best way to ensure the existence of such encoder models on the set of very closely related languages - Croatian, Serbian, Bosnian and Montenegrin, by setting up a diverse benchmark for these languages, and comparing the trained-from-scratch models with the new models constructed via additional pretraining of existing multilingual models. We show that comparable performance to dedicated from-scratch models can be obtained by additionally pretraining available multilingual models even with a limited amount of computation. We also show that neighboring languages, in our case Slovenian, can be included in the additional pretraining with little to no loss in the performance of the final model.},
128
+ note={arXiv:2404.05428 [cs]},
129
+ number={arXiv:2404.05428},
130
+ publisher={arXiv},
131
+ author={Ljubešić, Nikola and Suchomel, Vít and Rupnik, Peter and Kuzman, Taja and van Noord, Rik},
132
+ year={2024},
133
+ month=apr
134
+ }
135
+
136
+ ```