File size: 345 Bytes
da99dec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "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"
}