CoolFace
Modelpublic

UX4567/King-AI-Chat-v3.0

sourceHugging Faceapache-2.0updated 15d agoView on Hugging Face
1likes535downloads
Model Card

King-AI-Chat-v3.0 ๐Ÿ‘‘

King-AI-Chat-v3.0 is a powerful 3B conversational model fine-tuned from Qwen2-3B-Instruct for natural, helpful, and Hinglish-friendly chats.

Built by UX4567 with a focus on fast, low-VRAM inference and real-world chat performance.

Model Details

  • โ€”Developed by: UX4567
  • โ€”Base Model: Qwen/Qwen2-3B-Instruct
  • โ€”Model Size: 3.02B Parameters (BF16)
  • โ€”Model Type: Causal Language Model (Decoder-only)
  • โ€”Languages: English + Hindi/Hinglish (understands Roman Hindi perfectly)
  • โ€”License: Apache-2.0
  • โ€”Training Framework: Unsloth + Transformers + TRL

How to Use

python
from unsloth import FastLanguageModel

model, tokenizer = FastLanguageModel.from_pretrained(
    model_name = "UX4567/King-AI-Chat-v3.0",
    max_seq_length = 8192,
    dtype = None,
    load_in_4bit = True,
)

FastLanguageModel.for_inference(model)