secondlife-detect / config.json
typorch's picture
Create config.json
da99dec verified
raw
history blame
345 Bytes
{
"architectures": [
"onnxForImageClassification"
],
"num_channels": 2,
"model_type": "onnx",
"downsample_in_first_stage": false,
"id2label": {
"0": "reallife",
"1": "secondlife"
},
"label2id": {
"reallife": 0,
"secondlife": 1
},
"transformers_version": "4.42.4"
}