bhumong's picture
Update config.json with correct class labels
1b56e54 verified
{
"model_type": "efficientnet",
"num_labels": 76,
"id2label": {
"0": "Apple",
"1": "Apricot",
"2": "Avocado",
"3": "Banana",
"4": "Beans",
"5": "Beetroot",
"6": "Blackberrie",
"7": "Blueberry",
"8": "Cabbage",
"9": "Cactus",
"10": "Caju",
"11": "Cantaloupe",
"12": "Carambula",
"13": "Carrot",
"14": "Cauliflower",
"15": "Cherimoya",
"16": "Cherry",
"17": "Chestnut",
"18": "Clementine",
"19": "Cocos",
"20": "Corn",
"21": "Cucumber",
"22": "Dates",
"23": "Eggplant",
"24": "Fig",
"25": "Ginger",
"26": "Gooseberry",
"27": "Granadilla",
"28": "Grape",
"29": "Grapefruit",
"30": "Guava",
"31": "Hazelnut",
"32": "Huckleberry",
"33": "Kaki",
"34": "Kiwi",
"35": "Kohlrabi",
"36": "Kumquats",
"37": "Lemon",
"38": "Limes",
"39": "Lychee",
"40": "Mandarine",
"41": "Mango",
"42": "Mangostan",
"43": "Maracuja",
"44": "Melon",
"45": "Mulberry",
"46": "Nectarine",
"47": "Nut",
"48": "Onion",
"49": "Orange",
"50": "Papaya",
"51": "Passion",
"52": "Peach",
"53": "Pear",
"54": "Pepino",
"55": "Pepper",
"56": "Physalis",
"57": "Pineapple",
"58": "Pistachio",
"59": "Pitahaya",
"60": "Plum",
"61": "Pomegranate",
"62": "Pomelo",
"63": "Potato",
"64": "Quince",
"65": "Rambutan",
"66": "Raspberry",
"67": "Redcurrant",
"68": "Salak",
"69": "Strawberry",
"70": "Tamarillo",
"71": "Tangelo",
"72": "Tomato",
"73": "Walnut",
"74": "Watermelon",
"75": "Zucchini"
},
"label2id": {
"Apple": "0",
"Apricot": "1",
"Avocado": "2",
"Banana": "3",
"Beans": "4",
"Beetroot": "5",
"Blackberrie": "6",
"Blueberry": "7",
"Cabbage": "8",
"Cactus": "9",
"Caju": "10",
"Cantaloupe": "11",
"Carambula": "12",
"Carrot": "13",
"Cauliflower": "14",
"Cherimoya": "15",
"Cherry": "16",
"Chestnut": "17",
"Clementine": "18",
"Cocos": "19",
"Corn": "20",
"Cucumber": "21",
"Dates": "22",
"Eggplant": "23",
"Fig": "24",
"Ginger": "25",
"Gooseberry": "26",
"Granadilla": "27",
"Grape": "28",
"Grapefruit": "29",
"Guava": "30",
"Hazelnut": "31",
"Huckleberry": "32",
"Kaki": "33",
"Kiwi": "34",
"Kohlrabi": "35",
"Kumquats": "36",
"Lemon": "37",
"Limes": "38",
"Lychee": "39",
"Mandarine": "40",
"Mango": "41",
"Mangostan": "42",
"Maracuja": "43",
"Melon": "44",
"Mulberry": "45",
"Nectarine": "46",
"Nut": "47",
"Onion": "48",
"Orange": "49",
"Papaya": "50",
"Passion": "51",
"Peach": "52",
"Pear": "53",
"Pepino": "54",
"Pepper": "55",
"Physalis": "56",
"Pineapple": "57",
"Pistachio": "58",
"Pitahaya": "59",
"Plum": "60",
"Pomegranate": "61",
"Pomelo": "62",
"Potato": "63",
"Quince": "64",
"Rambutan": "65",
"Raspberry": "66",
"Redcurrant": "67",
"Salak": "68",
"Strawberry": "69",
"Tamarillo": "70",
"Tangelo": "71",
"Tomato": "72",
"Walnut": "73",
"Watermelon": "74",
"Zucchini": "75"
},
"image_size": 100,
"normalization_mean": [
0.485,
0.456,
0.406
],
"normalization_std": [
0.229,
0.224,
0.225
],
"_custom_architecture": true,
"_model_class_name": "EfficientNet",
"_pytorch_version": "2.6.0+cu124"
}