How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "KissanAI/ThinkingDhenu1-CRSA-India-preview" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "KissanAI/ThinkingDhenu1-CRSA-India-preview",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "KissanAI/ThinkingDhenu1-CRSA-India-preview" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "KissanAI/ThinkingDhenu1-CRSA-India-preview",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

Model Card for ThinkingDhenu1-CRSA-India-preview

This is an experimental research preview of a reasoning-augmented climate-smart agriculture (CRSA) model for Indian Agriculture.

Model Details

Developed by KissanAI (https://kissan.ai)
Base model Qwen/Qwen3-4B
Architecture Qwen3 decoder-only causal-LM, 32 k context
Fine-tuning method Supervised fine-tuning (SFT) via llama-factory
Languages Primarily English + technical Indian-agricultural vocabulary
License Apache 2.0 (inherits from base model)

Intended Use

Primary purpose
Assist farmers, agronomists and ag-tech developers with Climate-Resilient and Sustainable Agriculture (CRSA) recommendations tailored to Indian conditions (e.g., APCNF/organic practices, climate-smart cropping, pest IPM, soil/nutrient management).

Direct use examples

  • Decision-support micro-service answering agronomic queries.
  • Content generation for ag-extension material.

Out-of-scope uses

  • Any medical, legal, or financial advice.
  • Real-time critical decision making without human validation.
  • Disinformation, hateful or extremist content.

Training Data

Dataset Size Notes
KissanAI/Thinking-climate-100k 101 k multi-turn dialogues on climate-smart ag topics with thinking tags

The dataset is synthetic/aligned through “chain-of-thought + answer” format that explicitly separates the model’s private reasoning (<think> … </think>) from the final answer, reducing chain-of-thought leakage at inference time.

Bias, Risks & Limitations

  • May embed agronomic bias toward Indian Natural Farming practices (APCNF).
  • Climate data cited is static (2024) – cross-check against latest IMD advisories.
  • Still prone to LLM hallucinations; always validate high-stakes advice with qualified professionals.

Citation

@misc{KissanAI2025ThinkingDhenu1,
  title        = {ThinkingDhenu1-CRSA-India-preview},
  author       = {KissanAI},
  howpublished = {\url{https://huggingface.co/KissanAI/ThinkingDhenu1-CRSA-India-preview}},
  year         = {2025},
  note         = {Fine-tuned from Qwen3-4B on Indian climate-smart agriculture data.}
}

Contact

Contact Questions or feedback? Open an issue on the model repo.

Next steps you might consider

  1. Add private eval numbers.
  2. Specify dataset licences.
Downloads last month
36
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with KissanAI/ThinkingDhenu1-CRSA-India-preview.

Model tree for KissanAI/ThinkingDhenu1-CRSA-India-preview

Finetuned
Qwen/Qwen3-4B
Finetuned
(703)
this model
Quantizations
1 model