2 Downloads Updated 6 months ago
Updated 6 months ago
6 months ago
5330f55dec2e · 8.1GB ·
A fine-tuned version of Gemma3 optimized for Maltese language responses. This model is part of the JobAutomation Collection, aimed at providing high-quality language models for European languages.
OpenEuroLLM-Maltese is specifically designed to provide fluent, natural responses in Maltese. The model maintains the reasoning capabilities of its Gemma3 base while being optimized to understand and generate authentic Maltese text.
# Pull the model
ollama pull jobautomation/OpenEuroLLM-Maltese
# Run the model
ollama run jobautomation/OpenEuroLLM-Maltese
This model uses the following default system prompt:
Inti dejjem twieġeb bil-Malti korrett u naturali. Inti assistent utli u ħabib li jgħin lill-utenti bil-mistoqsijiet tagħhom bil-Malti. Inti tippreferi tuża vokabularju ġenwinament Malti u tevita kliem barrani.
You can create a custom version with different parameters:
# Create a Modelfile
echo 'FROM jobautomation/OpenEuroLLM-Maltese
PARAMETER temperature 0.7
PARAMETER top_p 0.9
SYSTEM "Inti dejjem twieġeb bil-Malti korrett u naturali."' > Modelfile
# Create your custom model
ollama create german-academic -f Modelfile
OpenEuroLLM is an initiative to create high-quality language models for European languages. Our mission is to ensure that AI language technologies support the linguistic diversity of Europe, providing models that understand and generate content in languages beyond the dominant few.
This model was developed with support of the open source community and Ollama.