agk4444/laya-typed-decisions
0
Laya (Fine-Tuned on Typed-Decisions Benchmark)
Developed by AGK FIRE INC.
This is Laya fine-tuned on the 1,200 training cases (6,000 decisions) of the independent LocalLLaMA/typed-decisions benchmark.
On the official 400-case test set (2,000 decisions across Agent Trace Observability, Customer Service, Invoice Processing, and Security Incidents), it achieves 0.789 Accuracy, outperforming TypeSafe Jev 1.13.0 (0.727) and surpassing the benchmark's Teacher Self-Agreement ceiling (0.735).
Head-to-Head Benchmark Results
Installation & Quickstart
pip install layaimport laya
# Load the fine-tuned model directly from Hugging Face
agent = laya.load("agk4444/laya-typed-decisions")
# Evaluate any workflow state and typed questions in a single forward pass
result = agent.predict(state, questions)
print(result["answers"])License
Apache 2.0.
Acknowledgments
Built on the original Laya model by Convai Innovations. This fine-tune was developed by AGK FIRE INC.
© 2026 AGK FIRE INC. Released under Apache 2.0.
