Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ tags:
|
|
| 24 |
‼️If the full model does not fit in your setup, you can use the official [4-bit quantized version](https://huggingface.co/IMISLab/Maistros-8B-Instruct-4bit), which uses 65% less memory.‼️
|
| 25 |
|
| 26 |
We introduce Maistros-8B-Instruct, a Greek-adapted LLM based on `mistralai/Ministral-3-8B-Instruct-2512-BF16` fine-tuned using Low-Rank Adaptation (LoRA) on [CulturaQA](https://huggingface.co/datasets/IMISLab/CulturaQA).
|
| 27 |
-
For information regarding the model training, validation and evaluation, as well as its limitations see the [arxiv preprint]().
|
| 28 |
|
| 29 |
<div align="center">
|
| 30 |
<img src="Maistros-Greek.png" width="70%" alt="Maistros Greek logo"/>
|
|
@@ -128,5 +128,14 @@ karacap@upatras.gr
|
|
| 128 |
## Citation
|
| 129 |
|
| 130 |
```
|
| 131 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
```
|
|
|
|
| 24 |
‼️If the full model does not fit in your setup, you can use the official [4-bit quantized version](https://huggingface.co/IMISLab/Maistros-8B-Instruct-4bit), which uses 65% less memory.‼️
|
| 25 |
|
| 26 |
We introduce Maistros-8B-Instruct, a Greek-adapted LLM based on `mistralai/Ministral-3-8B-Instruct-2512-BF16` fine-tuned using Low-Rank Adaptation (LoRA) on [CulturaQA](https://huggingface.co/datasets/IMISLab/CulturaQA).
|
| 27 |
+
For information regarding the model training, validation and evaluation, as well as its limitations see the [arxiv preprint](https://arxiv.org/abs/2605.01870).
|
| 28 |
|
| 29 |
<div align="center">
|
| 30 |
<img src="Maistros-Greek.png" width="70%" alt="Maistros Greek logo"/>
|
|
|
|
| 128 |
## Citation
|
| 129 |
|
| 130 |
```
|
| 131 |
+
@misc{
|
| 132 |
+
giarelis2026maistrosgreeklargelanguage,
|
| 133 |
+
title = {Maistros: A Greek Large Language Model Adapted Through Knowledge Distillation From Large Reasoning Models},
|
| 134 |
+
author = {Nikolaos Giarelis and Charalampos Mastrokostas and Nikos Karacapilidis},
|
| 135 |
+
year = {2026},
|
| 136 |
+
eprint = {2605.01870},
|
| 137 |
+
archivePrefix = {arXiv},
|
| 138 |
+
primaryClass = {cs.CL},
|
| 139 |
+
url = {https://arxiv.org/abs/2605.01870},
|
| 140 |
+
}
|
| 141 |
```
|