secondlife-detect / config.json
typorch's picture
Update config.json
11d5a1b verified
raw
history blame contribute delete
200 Bytes
{
"num_channels": 2,
"model_type": "onnx",
"id2label": {
"0": "reallife",
"1": "secondlife"
},
"label2id": {
"reallife": 0,
"secondlife": 1
}
}