Kaveri 0.5B
Kaveri 0.5B is a local multilingual AI chat assistant built on Qwen2.5-0.5B-Instruct.
Current v1 release:
- No fine-tuning
- No LoRA
- No QLoRA
- No independently trained weights
- Kaveri identity via system configuration
- Local inference supported
- Ollama configuration included
Base model: Qwen/Qwen2.5-0.5B-Instruct
Public Installation
To install and run Kaveri 0.5B locally using Ollama:
Install Ollama: Download from ollama.com.
Pull base model:
ollama pull qwen2.5:0.5b-instructDownload Kaveri Modelfile: Download the
Modelfileandsystem_prompt.txtfrom this repository.Create the model:
ollama create kaveri -f ModelfileRun the model:
ollama run kaveri
Identity
Kaveri AI provides a customized system identity for clear, helpful, and concise multilingual assistance.
License
Apache-2.0. See LICENSE for details.