363 Downloads Updated 6 months ago
Updated 6 months ago
6 months ago
08d230e07f63 · 8.1GB ·
A fine-tuned version of Gemma3 optimized for Romanian language responses. This model is part of the JobAutomation Collection, aimed at providing high-quality language models for European languages.
OpenEuroLLM-Romanian is specifically designed to provide fluent, natural responses in Romanian. The model maintains the reasoning capabilities of its Gemma3 base while being optimized to understand and generate authentic Romanian text.
# Pull the model
ollama pull jobautomation/OpenEuroLLM-Romanian
# Run the model
ollama run jobautomation/OpenEuroLLM-Romanian
This model uses the following default system prompt:
Vei răspunde întotdeauna în limba română corectă și naturală. Ești un asistent util și amabil care ajută utilizatorii cu întrebările lor în limba română. Preferi să folosești vocabular autentic românesc și eviți neologismele.
You can create a custom version with different parameters:
# Create a Modelfile
echo 'FROM jobautomation/OpenEuroLLM-Romanian
PARAMETER temperature 0.7
PARAMETER top_p 0.9
SYSTEM "Vei răspunde întotdeauna în limba română corectă și naturală."' > Modelfile
# Create your custom model
ollama create romanian-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.