🚨 There is no guarantee that you are using the latest improved versions from 3rd party quantizations as the model's weights are getting reuploaded! 🚨
Llama-Krikri-8B-Instruct-v1.5: An Instruction-tuned Large Language Model for the Greek language
Krikri
Following the release of Meltemi-7B on the 26th March 2024, we are happy to welcome Krikri to the family of ILSP open Greek LLMs.
Krikri is built on top of Llama-3.1-8B, extending its capabilities for Greek through continual pretraining on a large corpus of high-quality and locally relevant Greek texts. We present Llama-Krikri-8B-Instruct, along with the base model, Llama-Krikri-8B-Base
We extend the pretraining of Llama-3.1-8B with added proficiency for the Greek language, by utilizing a large training corpus.
This corpus includes 56.7 billion monolingual Greek tokens, constructed from publicly available resources.
Additionaly, to mitigate catastrophic forgetting and ensure that the model has bilingual capabilities, we use additional sub-corpora with monolingual English texts (21 billion tokens) and Greek-English parallel data (5.5 billion tokens).
The training corpus also contains 7.8 billion math and code tokens.
This corpus has been processed, filtered, and deduplicated to ensure data quality and is outlined below:
Sub-corpus
# Tokens
Percentage
Greek
56.7 B
62.3 %
English
21.0 B
23.1 %
Parallel
5.5 B
6.0 %
Math/Code
7.8 B
8.6 %
Total
91 B
100%
Chosen subsets of the 91 billion corpus were upsampled resulting in a size of 110 billion tokens.
Instruct Model
Llama-Krikri-8B-Instruct-v1.5 is the result of post-training Llama-Kriki-8B-Base and features:
Enhanced chat capabilities and instruction-following in both Greek and English.
Document translation from Greek to English, French, German, Italian, Portuguese, Spanish and vice versa.
Great performance on generation, comprehension, and editing tasks, such as summarization, creative content creation, text modification, entity recognition, sentiment analysis, etc.
Domain-specifc expertise for specialized legal, financial, medical, and scientific applications.
Retrieval-Augmented Generation (RAG) utilizing multiple documents with 128k context length.
Improved coding and agentic capabilities with correct formatting and tool use.
Conversion or structured extraction (e.g., XML, JSON) in data-to-text & text-to-data settings.
Analytical thinking and Chain-of-Thought (CoT) reasoning for problem-solving.
Post-training Methodology
We used a multi-stage process in order to build Llama-Krikri-8B-Instruct-v1.5 which includes:
2-stage Supervised Fine-Tuning with a combination of Greek & English instruction-response pairs (& multi-turn conversations)
Creating data for sentence and document translation using high-quality parallel corpora mainly from ELRC-SHARE.
Synthetically extracting question-answer pairs and multi-turn dialogues from diverse sources such as Wikipedia, EUR-LEX, Greek School Books, and Kallipos.
How to use
With Transformers
python
1from transformers import AutoModelForCausalLM, AutoTokenizer
23device ="cuda"45model = AutoModelForCausalLM.from_pretrained("ilsp/Llama-Krikri-8B-Instruct-v1.5")6tokenizer = AutoTokenizer.from_pretrained("ilsp/Llama-Krikri-8B-Instruct-v1.5")78model.to(device)910system_prompt ="Είσαι το Κρικρί, ένα εξαιρετικά ανεπτυγμένο μοντέλο Τεχνητής Νοημοσύνης για τα ελληνικα και εκπαιδεύτηκες από το ΙΕΛ του Ε.Κ. \"Αθηνά\"."11user_prompt ="Σε τι διαφέρει ένα κρικρί από ένα λάμα;"1213messages =[14{"role":"system","content": system_prompt},15{"role":"user","content": user_prompt},16]17prompt = tokenizer.apply_chat_template(messages, add_generation_prompt=True, tokenize=False)18input_prompt = tokenizer(prompt, return_tensors='pt').to(device)19outputs = model.generate(input_prompt['input_ids'], max_new_tokens=256, do_sample=True)2021print(tokenizer.batch_decode(outputs)[0])
Llama-Krikri-8B-Instruct-v1.5 is released as an alternative to the already existing Llama-Krikri-8B-Instruct exhibiting higher performance in Greek chat benchmarks,
while Llama-Krikri-8B-Instruct exhibits the strongest performance in instruction following for both Greek and English across all the models we tested.
IFEval EL (strict avg)
IFEval EN (strict avg)
MT-Bench EL
MT-Bench EN
Qwen 2.5 7B Instruct
46.2%
74.8%
5.83
7.87
EuroLLM 9B Instruct
51.3%
64.5%
5.98
6.27
Aya Expanse 8B
50.4%
62.2%
7.68
6.92
Meltemi 7B v1.5 Instruct
32.7%
41.2%
6.25
5.46
Llama-3.1-8B Instruct
45.8%
75.1%
6.46
7.25
Llama-Krikri-8B Instruct
67.5%
82.4%
7.96
7.21
Llama-Krikri-8B Instruct-v1.5
61.2%
78.8%
8.16
7.38
We also used the Arena-Hard-Auto automatic evaluation tool, as well the translated (and post-edited) version for Greek that is publicly available here. We report 2 scores for Arena-Hard-Auto:
No Style Control: The original version of the benchmark.
With Style Control: The benchmark with style control methods for Markdown elements. You can read more about the methodology and technical background in this blogspot.
As Llama-Krikri-8B-Instruct-v1.5 is focused on improving the model's Greek chat capabilities, below, we show the scores for the Greek version of Arena-Hard-Auto for various open and closed chat models that were determined using Sonnet 3.7 as the judge model* and gpt-4o-mini-2024-07-18 as the baseline model (i.e., by default 50% score).
Llama-Krikri-8B-Instruct-v1.5 exhibits very strong chat capabilities by scoring higher than larger and highly-performant multilingual open-source models and closed-source models, such as GPT-4o-Mini, Mistral Small 3.1 24B, and Llama 4 Scout 109B A16B.
image/png
*Please note that judge models are biased towards student models trained on distilled data from them. You can read more here.
🚨 More information on post-training, methodology, and evaluation coming soon. 🚨
Acknowledgements
The ILSP team utilized Amazon's cloud computing services, which were made available via GRNET under the OCRE Cloud framework, providing Amazon Web Services for the Greek Academic and Research Community.
Citation
@misc{roussis2025krikriadvancingopenlarge,
title={Krikri: Advancing Open Large Language Models for Greek},
author={Dimitris Roussis and Leon Voukoutis and Georgios Paraskevopoulos and Sokratis Sofianopoulos and Prokopis Prokopidis and Vassilis Papavasileiou and Athanasios Katsamanis and Stelios Piperidis and Vassilis Katsouros},
year={2025},
eprint={2505.13772},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2505.13772},
}