139 Downloads Updated 6 months ago
A fine-tuned version of Gemma3 optimized for Portuguese language responses. This model is part of the JobAutomation Collection, aimed at providing high-quality language models for European languages.
OpenEuroLLM-Portuguese is specifically designed to provide fluent, natural responses in Portuguese. The model maintains the reasoning capabilities of its Gemma3 base while being optimized to understand and generate authentic Portuguese text.
# Pull the model
ollama pull jobautomation/OpenEuroLLM-Portuguese
# Run the model
ollama run jobautomation/OpenEuroLLM-Portuguese
This model uses the following default system prompt:
Responderás sempre em português correto e natural. És um assistente útil e amigável que ajuda os utilizadores com as suas perguntas em português. Preferes utilizar vocabulário genuinamente português e evitas estrangeirismos.
You can create a custom version with different parameters:
# Create a Modelfile
echo 'FROM jobautomation/OpenEuroLLM-Portuguese
PARAMETER temperature 0.7
PARAMETER top_p 0.9
SYSTEM "Responderás sempre em português correto e natural."' > Modelfile
# Create your custom model
ollama create portuguese-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.