What it is
LoRA weights (r=16, alpha=32) for Qwen2.5-1.5B-Instruct, trained on
sakthai-combined-v6 +
sakthai-combined-v7 +
irrelevance-supplement.
For a single ready-to-run GGUF checkpoint, use the merged model:
sakthai-context-1.5b-merged.
Quick start
import torch
from transformers import AutoModelForCausalLM, AutoTokenizer
from peft import PeftModel
base = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct", torch_dtype=torch.float16, device_map="auto")
tok = AutoTokenizer.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct")
model = PeftModel.from_pretrained(base, "Nanthasit/sakthai-context-1.5b-tools")
For best tool-calling, pass tool schemas in a <tools> block and use temperature ≈ 0.01–0.1.
Training
SakThai model family
14 models in the family · 8 datasets · 3 Spaces — full collection →
Links
House of Sak ·
GitHub ·
All models ·
Collection
License
Apache 2.0 (following the Qwen2.5 base model license).
Evaluation
Not independently benchmarked. Earlier versions of this card carried a
model-index score derived from a small internal spot check (typically 5 or 8
hand-picked examples) presented as a benchmark result. Those entries have been
removed rather than left to propagate through Hub metadata.
For tool-calling models in this family, the benchmark to use is
sakthai-bench-v2 —
500 rows, balanced across simple / parallel / irrelevance, with held-out tools and
multi-turn coverage. Results will be published here once this model has been run
against it.
*"We are one family — and becoming more." 🏠