DGurgurov commited on
Commit
cad3b20
·
verified ·
1 Parent(s): b63afa8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -13
README.md CHANGED
@@ -51,17 +51,19 @@ The following hyperparameters were used during training:
51
  - training_steps: 100000
52
 
53
 
54
- ### Citation Information
55
-
56
- If you use this model in your work, please cite the following paper. Additionally, if you require more details on training and performance, refer to the paper:
57
-
58
- @misc{gurgurov2025smallmodelsbigimpact,
59
- title={Small Models, Big Impact: Efficient Corpus and Graph-Based Adaptation of Small Multilingual Language Models for Low-Resource Languages},
60
- author={Daniil Gurgurov and Ivan Vykopal and Josef van Genabith and Simon Ostermann},
61
- year={2025},
62
- eprint={2502.10140},
63
- archivePrefix={arXiv},
64
- primaryClass={cs.CL},
65
- url={https://arxiv.org/abs/2502.10140},
66
- }
 
 
67
 
 
51
  - training_steps: 100000
52
 
53
 
54
+ ### Citation Information
55
+
56
+ If you use this model in your work, please cite the following paper. Additionally, if you require more details on training and performance, refer to the paper:
57
+
58
+ ```bibtex
59
+ @misc{gurgurov2025smallmodelsbigimpact,
60
+ title={Small Models, Big Impact: Efficient Corpus and Graph-Based Adaptation of Small Multilingual Language Models for Low-Resource Languages},
61
+ author={Daniil Gurgurov and Ivan Vykopal and Josef van Genabith and Simon Ostermann},
62
+ year={2025},
63
+ eprint={2502.10140},
64
+ archivePrefix={arXiv},
65
+ primaryClass={cs.CL},
66
+ url={https://arxiv.org/abs/2502.10140},
67
+ }
68
+ ```
69