da99dec
0e4544d
da99dec |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"architectures": [
"onnxForImageClassification"
],
"num_channels": 2,
"model_type": "onnx",
"downsample_in_first_stage": false,
"id2label": {
"0": "reallife",
"1": "secondlife"
},
"label2id": {
"reallife": 0,
"secondlife": 1
}
}
|