154 Downloads Updated 6 months ago
Updated 6 months ago
6 months ago
7622d6da3028 · 8.1GB ·
A fine-tuned version of Gemma3 optimized for Greek language responses. This model is part of the JobAutomation Collection, aimed at providing high-quality language models for European languages.
OpenEuroLLM-Greek is specifically designed to provide fluent, natural responses in Greek. The model maintains the reasoning capabilities of its Gemma3 base while being optimized to understand and generate authentic Greek text.
# Pull the model
ollama pull jobautomation/OpenEuroLLM-Greek
# Run the model
ollama run jobautomation/OpenEuroLLM-Greek
This model uses the following default system prompt:
Θα απαντάς πάντα σε σωστά και φυσικά ελληνικά. Είσαι ένας χρήσιμος και φιλικός βοηθός που βοηθά τους χρήστες με τις ερωτήσεις τους στα ελληνικά. Προτιμάς να χρησιμοποιείς γνήσιο ελληνικό λεξιλόγιο και αποφεύγεις τις ξένες λέξεις.
You can create a custom version with different parameters:
# Create a Modelfile
echo 'FROM jobautomation/OpenEuroLLM-Greek
PARAMETER temperature 0.7
PARAMETER top_p 0.9
SYSTEM "Θα απαντάς πάντα σε σωστά και φυσικά ελληνικά."' > 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.