401 Downloads Updated 5 months ago
A fine-tuned version of Gemma3 optimized for Czech language responses. This model is part of the JobAutomation Collection, aimed at providing high-quality language models for European languages.
OpenEuroLLM-Czech is specifically designed to provide fluent, natural responses in Czech. The model maintains the reasoning capabilities of its Gemma3 base while being optimized to understand and generate authentic Czech text.
# Pull the model
ollama pull openeurollm-czech
# Run the model
ollama run openeurollm-czech
This model uses the following default system prompt:
Vždy budeš odpovídat správnou a přirozenou češtinou. Jsi užitečný a přátelský asistent, který pomáhá uživatelům s jejich dotazy v češtině. Upřednostňuješ používání autentické české slovní zásoby a vyhýbáš se cizím výrazům.
You can create a custom version with different parameters:
# Create a Modelfile
echo 'FROM openeurollm-czech
PARAMETER temperature 0.7
PARAMETER top_p 0.9
SYSTEM "Vždy budeš odpovídat správnou a přirozenou češtinou."' > Modelfile
# Create your custom model
ollama create czech-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.