YosepMulia's picture
Add instruction execution router model
e71a337 verified
Invalid JSON: No number after minus sign in JSON at line 2, column 2
---
## 📄 2️⃣ config.json
**Create file:** `config.json`
```json
{
"model_type": "instruction_router",
"task": "preexecution_instruction_routing",
"languages": ["en", "id"],
"output_format": "json",
"output_labels": [
"VALID",
"AMBIGUOUS",
"CONTRADICTORY",
"INCOMPLETE",
"UNSAFE"
],
"confidence_range": [0.0, 1.0],
"inference_settings": {
"json_only": true,
"temperature": 0.0,
"max_tokens": 64
},
"intended_use": [
"humanoid_instruction_routing",
"agent_execution_decision"
],
"license": "mit"
}