File size: 525 Bytes
f586893 c9ad79c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"model_type": "instruction_intent_filter",
"task": "preexecution_instruction_intent_analysis",
"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_intent_filtering",
"agent_pre_execution_validation"
],
"license": "mit"
} |