CoolFace
Modelpublic

nailarais1/image-classifier-efficientnet

sourceHugging Faceupdated 2mo agoView on Hugging Face
1likes37downloads
config.json116 linesDownload Raw Back to root
1{2  "architectures": [3    "EfficientNet_B0_102Class"4  ],5  "model_type": "efficientnet_b0",6  "num_labels": 102,7  "id2label": {8    "0": "pink primrose",9    "1": "globe thistle",10    "2": "blanket flower",11    "3": "trumpet creeper",12    "4": "blackberry lily",13    "5": "snapdragon",14    "6": "colt's foot",15    "7": "king protea",16    "8": "spear thistle",17    "9": "yellow iris",18    "10": "globe-flower",19    "11": "purple coneflower",20    "12": "peruvian lily",21    "13": "balloon flower",22    "14": "hard-leaved pocket orchid",23    "15": "giant white arum lily",24    "16": "fire lily",25    "17": "pincushion flower",26    "18": "fritillary",27    "19": "red ginger",28    "20": "grape hyacinth",29    "21": "corn poppy",30    "22": "prince of wales feathers",31    "23": "stemless gentian",32    "24": "artichoke",33    "25": "canterbury bells",34    "26": "sweet william",35    "27": "carnation",36    "28": "garden phlox",37    "29": "love in the mist",38    "30": "mexican aster",39    "31": "alpine sea holly",40    "32": "ruby-lipped cattleya",41    "33": "cape flower",42    "34": "great masterwort",43    "35": "siam tulip",44    "36": "sweet pea",45    "37": "lenten rose",46    "38": "barbeton daisy",47    "39": "daffodil",48    "40": "sword lily",49    "41": "poinsettia",50    "42": "bolero deep blue",51    "43": "wallflower",52    "44": "marigold",53    "45": "buttercup",54    "46": "oxeye daisy",55    "47": "english marigold",56    "48": "common dandelion",57    "49": "petunia",58    "50": "wild pansy",59    "51": "primula",60    "52": "sunflower",61    "53": "pelargonium",62    "54": "bishop of llandaff",63    "55": "gaura",64    "56": "geranium",65    "57": "orange dahlia",66    "58": "tiger lily",67    "59": "pink-yellow dahlia",68    "60": "cautleya spicata",69    "61": "japanese anemone",70    "62": "black-eyed susan",71    "63": "silverbush",72    "64": "californian poppy",73    "65": "osteospermum",74    "66": "spring crocus",75    "67": "bearded iris",76    "68": "windflower",77    "69": "moon orchid",78    "70": "tree poppy",79    "71": "gazania",80    "72": "azalea",81    "73": "water lily",82    "74": "rose",83    "75": "thorn apple",84    "76": "morning glory",85    "77": "passion flower",86    "78": "lotus lotus",87    "79": "toad lily",88    "80": "bird of paradise",89    "81": "anthurium",90    "82": "frangipani",91    "83": "clematis",92    "84": "hibiscus",93    "85": "columbine",94    "86": "desert-rose",95    "87": "tree mallow",96    "88": "magnolia",97    "89": "cyclamen",98    "90": "watercress",99    "91": "canna lily",100    "92": "hippeastrum",101    "93": "bee balm",102    "94": "ball moss",103    "95": "foxglove",104    "96": "bougainvillea",105    "97": "camellia",106    "98": "mallow",107    "99": "mexican petunia",108    "100": "bromelia",109    "101": "blackberry lily"110  },111  "image_size": 224,112  "task": "image-classification",113  "library_name": "pytorch",114  "checkpoint_format": "custom_pytorch_checkpoint",115  "checkpoint_file": "checkpoint.pth"116}