Resham2987's picture
Upload config.json with huggingface_hub
9ca579f verified
Raw
History Blame Contribute Delete
369 Bytes
{
"model_type": "mobilenet_v2_custom",
"num_classes": 2,
"id2label": {
"0": "abaya",
"1": "thobe"
},
"label2id": {
"abaya": 0,
"thobe": 1
},
"classifier_hidden": 128,
"input_size": [
3,
224,
224
],
"normalization_mean": [
0.485,
0.456,
0.406
],
"normalization_std": [
0.229,
0.224,
0.225
]
}