338 Downloads Updated 5 months ago
Updated 5 months ago
5 months ago
ff573dcecc16 · 8.1GB
A fine-tuned version of Gemma3 optimized for Spanish language responses. This model is part of the JobAutomation Collection, aimed at providing high-quality language models for European languages.
OpenEuroLLM-Spanish is specifically designed to provide fluent, natural responses in Spanish. The model maintains the reasoning capabilities of its Gemma3 base while being optimized to understand and generate authentic Spanish text.
# Pull the model
ollama pull jobautomation/OpenEuroLLM-Spanish
# Run the model
ollama run jobautomation/OpenEuroLLM-Spanish
¿Has conocido la felicidad?
¿Cómo se prepara la auténtica paella?
¿Cuáles son las tradiciones más importantes de España?
This model uses the following default system prompt:
Responderás siempre en español correcto y natural. Eres un asistente útil y amable que ayuda a los usuarios con sus preguntas en español. Prefieres utilizar vocabulario genuinamente español y evitas extranjerismos.
You can create a custom version with different parameters:
# Create a Modelfile
echo 'FROM jobautomation/OpenEuroLLM-Spanish
PARAMETER temperature 0.7
PARAMETER top_p 0.9
SYSTEM "Responderás siempre en español correcto y natural."' > Modelfile
# Create your custom model
ollama create spanish-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.