noffy/hastejev-5m
016
Haste Jev 5m (Medium)
Role: Finance / KYC workflow branch
Open-weights System-1 decision engine for software paths that need typed decisions under a time budget (agent routing, tool routing, intent classification, pre-flight guardrails, browser action selection). Not a chat model.
Measured specification
Parameter counts match the GitHub README table (verified with verify_claims.py).
Honest claims
Weights may be lightly or untrained prototypes depending on export; treat behavioral accuracy as unknown until you evaluate on labeled data.
Quickstart
from hastejev import HasteJevEngine
eng = HasteJevEngine.from_pretrained("noffy/hastejev-5m")
# eng = HasteJevEngine.from_pretrained("noffy/hastejev-5m", quantization="int4")
r = eng.choice(
"Request: reset password for user@corp.example",
["auth_self_service", "billing", "security_review"],
)
print(r.decision, r.confidence)Install: pip install git+https://github.com/racstan/hastejev.git
Files
Older revisions of model_int8/model_int4 may be mislabeled FP32; re-export or re-download after this commit.
License
Apache-2.0
