How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf prash616/Indica-1.7B-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf prash616/Indica-1.7B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf prash616/Indica-1.7B-GGUF:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf prash616/Indica-1.7B-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf prash616/Indica-1.7B-GGUF:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf prash616/Indica-1.7B-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf prash616/Indica-1.7B-GGUF:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf prash616/Indica-1.7B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/prash616/Indica-1.7B-GGUF:Q4_K_M
Quick Links

๐Ÿงช Indica-1.7B: An Experimental Research Model ๐Ÿ‡ฎ๐Ÿ‡ณ

NOTICE: This is an experimental model released for research and development purposes. It serves as a proof-of-concept for a 4-stage post-training pipeline on Small Language Models (SLMs).

Indica-1.7B is a lightweight model developed by Prashant to explore the limits of persona-injection and cultural alignment in ultra-small parameter architectures (1.7B). Built on Qwen3-1.7B, this model was subjected to a rigorous training regime including SFT, GRPO (Reasoning), and DPO (Alignment).


๐Ÿ”ฌ The Research Objective

The goal of this project was to test whether a 1.7B model could successfully balance three conflicting objectives:

  1. Domain Expertise: Knowledge of Indian Law (IPC/BNS) and Agriculture.
  2. Linguistic Persona: Natural, colloquial Hinglish/Hindi code-switching.
  3. Logic & Reasoning: Utilizing a native "Thinking" trace via Reinforcement Learning.

๐Ÿ› ๏ธ Post-Training Pipeline

The model underwent a specialized four-stage alignment strategy:

  • Stage 1: SFT (Knowledge): Trained on Indian Law and Agriculture datasets.
  • Stage 2: GRPO (Reasoning): Reinforcement Learning to reward the use of <think> tags for logical tasks.
  • Stage 3: DPO (Persona): Preference alignment to craft a friendly "Indian AI Assistant" identity.
  • Stage 4: Optimization: Exported via Unsloth for high-efficiency inference.

๐Ÿ“‰ Known Limitations & Experimental Findings (The "Alignment Tax")

As an experimental 1.7B model, Indica demonstrates several critical findings regarding Catastrophic Forgetting:

  • Factual Regression: Due to the limited parameter capacity, the final alignment (DPO) stage has caused the model to lose some precision in mathematical calculations and specific legal section numbering.
  • Persona Drift: The model prioritizes its "creative persona" over technical accuracy. It may identify itself as an "AI Zindagi Manager" or other creative identities.
  • Logic Bypassing: In some instances, the model may skip the internal <think> reasoning trace and provide direct, occasionally incorrect, answers.
  • Repetition Loops: Occasional gibberish or repetition loops may occur in conversational Hinglish.

๐Ÿ“ฆ Deployment for Testing

This model is best used to study Hinglish conversational patterns or as a base for further fine-tuning experiments.

With Ollama

ollama run hf.co/prash616/Indica-1.7B-GGUF

๐Ÿค Credits & Acknowledgements

  • Developer: Prashant (prash616)
  • Base Model: Alibaba Qwen Team
  • Training Framework: Unsloth AI

Disclaimer

This model is intended solely for educational and research purposes.
It should not be used as a substitute for professional advice, including but not limited to legal, agricultural, or mathematical decision-making.

Downloads last month
18
GGUF
Model size
2B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for prash616/Indica-1.7B-GGUF

Finetuned
Qwen/Qwen3-1.7B
Quantized
(14)
this model