CoolFace
Modelpublic

shiva123782/Kaveri-0.5B-Ollama

sourceHugging Faceapache-2.0updated 12d agoView on Hugging Face
0likes
Model Card

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:

  1. 1.Install Ollama: Download from ollama.com.
  1. 1.Pull base model:
bash
   ollama pull qwen2.5:0.5b-instruct
  1. 1.Download Kaveri Modelfile: Download the Modelfile and system_prompt.txt from this repository.
  1. 1.Create the model:
bash
   ollama create kaveri -f Modelfile
  1. 1.Run the model:
bash
   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.