toolathlonEval/HarborIntent-Compact-Release
HarborIntent-Compact
HarborIntent-Compact is a small assistant-routing model designed for intent detection, slot extraction, and safe tool selection in customer-support workflows.
<div align="center"> <img src="assets/architecture.png" width="70%" alt="HarborIntent compact architecture" /> </div>
Release Evaluation
The release candidate was evaluated with the frozen HarborBench suite. All values are normalized to the range 0–1.
<div align="center"> <img src="assets/evaluation.png" width="70%" alt="HarborBench evaluation overview" /> </div>
Intended Use
Use this model to route English-language support requests to a constrained set of approved tools. Review outputs before using them in high-impact decisions.
Loading
from transformers import AutoModel, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("HarborIntent-Compact-Release")
model = AutoModel.from_pretrained("HarborIntent-Compact-Release")Limitations
The model is not designed for open-ended generation, medical advice, legal advice, or autonomous financial actions.
License
Apache-2.0.
