Qwen3.5-9B Hindi Instruct โ€” LoRA adapter ๐Ÿ‡ฎ๐Ÿ‡ณ

The 29M-parameter LoRA adapter (r=16) behind pankajpandey-dev/qwen3.5-9b-hindi-instruct. Attach to base Qwen3.5-9B, or use as a starting point for your own Indic fine-tunes.

from peft import PeftModel
from transformers import AutoModelForCausalLM
base = AutoModelForCausalLM.from_pretrained("unsloth/Qwen3.5-9B", torch_dtype="bfloat16", device_map="auto")
model = PeftModel.from_pretrained(base, "pankajpandey-dev/qwen3.5-9b-hindi-instruct-lora")

Full recipe, data mix and limitations: see the main model card.


๐Ÿ‡ฎ๐Ÿ‡ณ About the Hindi LLM Series

Weekly open releases making small LLMs speak fluent, native Hindi โ€” trained on free/low-cost GPUs, shipped as GGUF for laptops and edge devices. Built by pankajpandey-dev (contact links on profile).

This release: Model ยท GGUF ยท LoRA ยท Series: ๐Ÿ‡ฎ๐Ÿ‡ณ Hindi LLM Collection

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

Model tree for pankajpandey-dev/qwen3.5-9b-hindi-instruct-lora

Finetuned
Qwen/Qwen3.5-9B
Adapter
(83)
this model