QLoRA adapter (r=16, attention + MLP projections) for
Dispatch-7B, an agent orchestrator built on Mistral 7B Instruct v0.3 that routes agentic work: request + tool catalog in → JSON execution plan out.
97.4% valid-plan rate on held-out tasks — full evaluation, usage, and prompt format on the
main model card.
For plain inference, prefer the
merged weights or the
GGUF quants.
1from unsloth import FastLanguageModel
2
3model, tokenizer = FastLanguageModel.from_pretrained(
4 "hvss/Dispatch-7B-LoRA", max_seq_length=3072, load_in_4bit=True,
5)
License: Apache 2.0.