File size: 485 Bytes
e32f4f8 869b520 e32f4f8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
{
"_name_or_path": "resnet18_anime_real",
"architectures": [
"ResNetForImageClassification"
],
"model_type": "resnet",
"num_classes": 2,
"hidden_size": 512,
"id2label": {
"0": "anime",
"1": "real"
},
"label2id": {
"anime": 0,
"real": 1
},
"image_size": 224,
"pretrained": false,
"custom_layer": {
"fc": {
"in_features": 512,
"out_features": 2
}
}
}
|