trash_classifier / config.json
emilyyy04's picture
Update config.json
69f2507 verified
{
"_name_or_path": "environ_net",
"architectures": ["MobileNetV2"],
"model_type": "mobilenet_v2",
"num_labels": 10,
"id2label": {
"0": "battery",
"1": "cardboard",
"2": "clothes",
"3": "glass",
"4": "metal",
"5": "organic",
"6": "paper",
"7": "plastic",
"8": "shoes",
"9": "trash"
},
"label2id": {
"battery": 0,
"cardboard": 1,
"clothes": 2,
"glass": 3,
"metal": 4,
"organic": 5,
"paper": 6,
"plastic": 7,
"shoes": 8,
"trash": 9
}
}