File size: 3,347 Bytes
ce953ee | 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 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | {
"architectures": [
"SiglipForImageClassification"
],
"id2label": {
"0": "tench",
"1": "goldfish",
"2": "great white shark",
"3": "tiger shark",
"4": "hammerhead",
"5": "electric ray",
"6": "stingray",
"7": "cock",
"8": "hen",
"9": "ostrich",
"10": "brambling",
"11": "goldfinch",
"12": "house finch",
"13": "junco",
"14": "indigo bunting",
"15": "robin",
"16": "bulbul",
"17": "jay",
"18": "magpie",
"19": "chickadee",
"20": "water ouzel",
"21": "kite",
"22": "bald eagle",
"23": "vulture",
"24": "great grey owl",
"25": "european fire salamander",
"26": "common newt",
"27": "eft",
"28": "spotted salamander",
"29": "axolotl",
"30": "bullfrog",
"31": "tree frog",
"32": "tailed frog",
"33": "loggerhead",
"34": "leatherback turtle",
"35": "mud turtle",
"36": "terrapin",
"37": "box turtle",
"38": "banded gecko",
"39": "common iguana",
"40": "american chameleon",
"41": "whiptail",
"42": "agama",
"43": "frilled lizard",
"44": "alligator lizard",
"45": "gila monster",
"46": "green lizard",
"47": "african chameleon",
"48": "komodo dragon",
"49": "african crocodile"
},
"initializer_factor": 1.0,
"label2id": {
"african chameleon": 47,
"african crocodile": 49,
"agama": 42,
"alligator lizard": 44,
"american chameleon": 40,
"axolotl": 29,
"bald eagle": 22,
"banded gecko": 38,
"box turtle": 37,
"brambling": 10,
"bulbul": 16,
"bullfrog": 30,
"chickadee": 19,
"cock": 7,
"common iguana": 39,
"common newt": 26,
"eft": 27,
"electric ray": 5,
"european fire salamander": 25,
"frilled lizard": 43,
"gila monster": 45,
"goldfinch": 11,
"goldfish": 1,
"great grey owl": 24,
"great white shark": 2,
"green lizard": 46,
"hammerhead": 4,
"hen": 8,
"house finch": 12,
"indigo bunting": 14,
"jay": 17,
"junco": 13,
"kite": 21,
"komodo dragon": 48,
"leatherback turtle": 34,
"loggerhead": 33,
"magpie": 18,
"mud turtle": 35,
"ostrich": 9,
"robin": 15,
"spotted salamander": 28,
"stingray": 6,
"tailed frog": 32,
"tench": 0,
"terrapin": 36,
"tiger shark": 3,
"tree frog": 31,
"vulture": 23,
"water ouzel": 20,
"whiptail": 41
},
"model_type": "siglip",
"problem_type": "single_label_classification",
"text_config": {
"attention_dropout": 0.0,
"hidden_act": "gelu_pytorch_tanh",
"hidden_size": 768,
"intermediate_size": 3072,
"layer_norm_eps": 1e-06,
"max_position_embeddings": 64,
"model_type": "siglip_text_model",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"projection_size": 768,
"torch_dtype": "float32",
"vocab_size": 256000
},
"torch_dtype": "float32",
"transformers_version": "4.50.0",
"vision_config": {
"attention_dropout": 0.0,
"hidden_act": "gelu_pytorch_tanh",
"hidden_size": 768,
"image_size": 224,
"intermediate_size": 3072,
"layer_norm_eps": 1e-06,
"model_type": "siglip_vision_model",
"num_attention_heads": 12,
"num_channels": 3,
"num_hidden_layers": 12,
"patch_size": 16,
"torch_dtype": "float32"
}
}
|