Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ metrics:
|
|
| 9 |
model-index:
|
| 10 |
- name: mar-Deva
|
| 11 |
results: []
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -51,17 +53,18 @@ The following hyperparameters were used during training:
|
|
| 51 |
- training_steps: 100000
|
| 52 |
|
| 53 |
|
| 54 |
-
|
| 55 |
|
| 56 |
-
|
| 57 |
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
}
|
| 67 |
-
|
|
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: mar-Deva
|
| 11 |
results: []
|
| 12 |
+
language:
|
| 13 |
+
- mr
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 53 |
- training_steps: 100000
|
| 54 |
|
| 55 |
|
| 56 |
+
### Citation Information
|
| 57 |
|
| 58 |
+
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:
|
| 59 |
|
| 60 |
+
```bibtex
|
| 61 |
+
@misc{gurgurov2025smallmodelsbigimpact,
|
| 62 |
+
title={Small Models, Big Impact: Efficient Corpus and Graph-Based Adaptation of Small Multilingual Language Models for Low-Resource Languages},
|
| 63 |
+
author={Daniil Gurgurov and Ivan Vykopal and Josef van Genabith and Simon Ostermann},
|
| 64 |
+
year={2025},
|
| 65 |
+
eprint={2502.10140},
|
| 66 |
+
archivePrefix={arXiv},
|
| 67 |
+
primaryClass={cs.CL},
|
| 68 |
+
url={https://arxiv.org/abs/2502.10140},
|
| 69 |
+
}
|
| 70 |
+
```
|