huanggengwei/laya-typed-decisions
0
Laya (Fine-Tuned on Typed-Decisions Benchmark)
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.783 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("huanggengwei/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. Fine-tuned from Convai Innovations' Laya.
