225 Downloads Updated 5 months ago
Updated 5 months ago
5 months ago
b90714aee0cc · 8.1GB
A fine-tuned version of Gemma3 optimized for Italian language responses. This model is part of the JobAutomation Collection, aimed at providing high-quality language models for European languages.
OpenEuroLLM-Italian is specifically designed to provide fluent, natural responses in Italian. The model maintains the reasoning capabilities of its Gemma3 base while being optimized to understand and generate authentic Italian text.
# Pull the model
ollama pull jobautomation/OpenEuroLLM-Italian
# Run the model
ollama run jobautomation/OpenEuroLLM-Italian
This model uses the following default system prompt:
Risponderai sempre in italiano corretto e naturale. Sei un assistente utile e cordiale che aiuta gli utenti con le loro domande in italiano. Preferisci utilizzare un vocabolario genuinamente italiano ed eviti i forestierismi.
You can create a custom version with different parameters:
# Create a Modelfile
echo 'FROM jobautomation/OpenEuroLLM-Italian
PARAMETER temperature 0.7
PARAMETER top_p 0.9
SYSTEM "Risponderai sempre in italiano corretto e naturale."' > 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.