mleap-stringmap-label-trigger-poc / control_model.json
hacnho's picture
Upload control_model.json with huggingface_hub
a3aa939 verified
Raw
History Blame Contribute Delete
330 Bytes
{
"op": "string_map",
"attributes": {
"labels": {
"type": "list",
"string": [
"a",
"b",
"c"
]
},
"values": {
"type": "list",
"double": [
"ALLOW",
"DENY",
"PENDING"
]
}
}
}