Models/Kannada Llama
Kannada Llama mark

Kannada Llama

Fine-tunedOpen-sourceಕನ್ನಡEnglish

In plain words

Kannada Llama is a Tensoic model instruction-tuned for Kannada text generation, extending foundational large models into regional dialects.

How to use it

Before you start
Prerequisites required to run the model locally

To run Kannada Llama locally on your computer, the following requirements must be met:

  • Install and set up Ollama.
  • Ensure your computer has enough RAM to run the model you plan to download.
  1. For 3B models: Minimum 8 GB of RAM.
  2. For 7B–8B models: Minimum 16 GB of RAM.
  3. For 13B–32B models: Minimum 32 GB of RAM.
  • Quantised model: It is recommended to use 4-bit Quantized, K-measurement, Small model format. Easy to download and to run your system.
  • Storage: 5 to 20 GB of free SSD space to store downloaded model files.
  • Interface: Terminal or command line utility to run basic startup prompts.

No technical setup needed — anyone can try Kannada Llama using below mentioned steps.

1
Downloading the Kannada Llama GGUF file

Go to the Kannada Llama GGUF file on Hugging Face. Click the copy icon next to the repository name to copy the model path. (See image below.)

2
Run the model in your terminal

Open a terminal window and run the following command and paste the copied GGUF repository as mentioned below:

ollama run hf.co/PASTE_THE_COPIED_HERE

Press Enter.

Note: After pasting the repository, your command will look like this:

ollama run hf.co/Tensoic/Kan-LLaMA-7B-base


3
Wait for the model to load

Ollama will download and initialise the model. Once ready, you'll see the following prompt:

>>> Send a message (/? for help)
4
Start chatting

Type your message at the prompt and press Enter to interact with the model.

5
Exit the chat

To end the session, type:

/bye

Then press Enter.

Languages & scripts supported

Works in these languages, in both native script and Roman typing.

ಕನ್ನಡ KannadaEnglish English+ Roman & code-mixed

Strengths & limits

An honest look at what it does well and where it struggles.

Good at
Native language processing
Text generation
Where it struggles
!Highly complex code generation
!Low-resource dialects without fine-tuning

About the maker

Who builds and maintains Kannada Llama.

Tensoic logo
Tensoic
1 models

Tensoic is a small, community-style AI team known for Kan-LLaMA (Kannada Llama), a Llama-2 model continually pre-trained and fine-tuned on Kannada text and released openly on Hugging Face. It's a good example of low-budget, open fine-tuning making a real difference for an under-served language.