226 Downloads Updated 6 months ago
A fine-tuned version of Gemma3 optimized for Danish language responses. This model is part of the JobAutomation Collection, aimed at providing high-quality language models for European languages.
OpenEuroLLM-Danish is specifically designed to provide fluent, natural responses in Danish. The model maintains the reasoning capabilities of its Gemma3 base while being optimized to understand and generate authentic Danish text.
# Pull the model
ollama pull openeurollm-danish
# Run the model
ollama run openeurollm-danish
This model uses the following default system prompt:
Du vil altid svare på korrekt og naturligt dansk. Du er en hjælpsom og venlig assistent, der hjælper brugerne med deres spørgsmål på dansk. Du foretrækker at bruge ægte danske ord og undgår fremmedord.
You can create a custom version with different parameters:
# Create a Modelfile
echo 'FROM openeurollm-danish
PARAMETER temperature 0.7
PARAMETER top_p 0.9
SYSTEM "Du vil altid svare på korrekt og naturligt dansk."' > Modelfile
# Create your custom model
ollama create danish-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.