94 Downloads Updated 3 weeks ago
ollama run aisingapore/Gemma-SEA-LION-v4.5-E2B-IT:q6_k
[Last update: 2026-06-17]
Gemma-SEA-LION-v4.5-E2B-IT is built upon the gemma-4-E2B-it architecture with 2.3B effective (5.1B with embeddings). To ensure deep domain adaptation, the model underwent distillation from google/gemma-4-31B-it on an updated aisingapore/SEA-Instruct-2602, instilling multilingual and multicultural fluency across English and key SEA languages: Burmese, Indonesian, Filipino (Tagalog), Malay, Tamil, Thai, and Vietnamese.
Gemma-SEA-LION-v4.5-E2B-IT inherits the following features from Gemma 4:
system role, enabling more structured and controllable conversations.SEA-LION stands for Southeast Asian Languages In One Network.
We performed post-training in English and SEA languages on gemma-4-E2B-it, a multimodal learning model using the Gemma 4 architecture, to create Gemma-SEA-LION-v4.5-E2B-IT.
For tokenization, the model employs the default tokenizer used in gemma-4-E2B-it.
For more details, please refer to AI Singapore’s HuggingFace page for this model. The original GGUF files can be obtained from this HuggingFace repository.
Additional note: To disable thinking in your API calls to the model, submit
"reasoning_effort": "none"under the parameters.curl http://localhost:11434/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{ "model": "aisingapore/Gemma-SEA-LION-v4.5-E2B-IT", "messages": [ { "role": "user", "content": "Translate the following to Indonesian: I enjoy playing racquet sports such as tennis." } ], "stream": false, "reasoning_effort": "none" }'