YosepMulia's picture
fixing the config.json
f586893 verified
{
"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"
}