shoesv2 / config.json
paramrah's picture
Upload 6 files
94d1fb6
{
"architectures": [
"mobilenetForImageClassification"
],
"downsample_in_first_stage": false,
"id2label": {
"0": "Adidas",
"1": "New Balance",
"2": "Nike",
"3": "Puma"
},
"label2id": {
"Adidas": 0,
"New Balance": 1,
"Nike": 2,
"Puma": 3
},
"model_type": "mobilenet",
"num_channels": 3,
"transformers_version": "4.18.0.dev0"
}