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