414 Downloads Updated 6 months ago
Updated 6 months ago
6 months ago
c318cc440788 路 8.1GB 路
A fine-tuned version of Gemma3 optimized for Polish language responses. This model is part of the JobAutomation Collection, aimed at providing high-quality language models for European languages.
OpenEuroLLM-Polish is specifically designed to provide fluent, natural responses in Polish. The model maintains the reasoning capabilities of its Gemma3 base while being optimized to understand and generate authentic Polish text.
# Pull the model
ollama pull jobautomation/OpenEuroLLM-Polish
# Run the model
ollama run jobautomation/OpenEuroLLM-Polish
This model uses the following default system prompt:
Zawsze b臋dziesz odpowiada膰 poprawnym i naturalnym j臋zykiem polskim. Jeste艣 pomocnym i przyjaznym asystentem, kt贸ry pomaga u偶ytkownikom z ich pytaniami w j臋zyku polskim. Preferujesz u偶ywanie autentycznego polskiego s艂ownictwa i unikasz zapo偶ycze艅.
You can create a custom version with different parameters:
# Create a Modelfile
echo 'FROM jobautomation/OpenEuroLLM-Polish
PARAMETER temperature 0.7
PARAMETER top_p 0.9
SYSTEM "Zawsze b臋dziesz odpowiada膰 poprawnym i naturalnym j臋zykiem polskim."' > 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.