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