File size: 4,325 Bytes
c115ef9 |
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 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 |
{
"_name_or_path": "microsoft/beit-base-patch16-384",
"architectures": [
"BeitForImageClassification"
],
"attention_probs_dropout_prob": 0.0,
"auxiliary_channels": 256,
"auxiliary_concat_input": false,
"auxiliary_loss_weight": 0.4,
"auxiliary_num_convs": 1,
"drop_path_rate": 0.1,
"finetuning_task": "image-classification",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {
"0": "aircraft",
"1": "arm cannon",
"2": "aqua eyes",
"3": "blue eyes",
"4": "red eyes",
"5": "purple eyes",
"6": "orange eyes",
"7": "yellow eyes",
"8": "pink eyes",
"9": "black eyes",
"10": "brown eyes",
"11": "armor",
"12": "battle",
"13": "beam rifle",
"14": "beam saber",
"15": "cable",
"16": "cannon",
"17": "claws",
"18": "clenched hand",
"19": "clenched hands",
"20": "damaged",
"21": "dual wielding",
"22": "energy cannon",
"23": "energy gun",
"24": "energy sword",
"25": "explosion",
"26": "fire",
"27": "firing",
"28": "floating",
"29": "flying",
"30": "funnels gundam",
"31": "glowing",
"32": "glowing eyes",
"33": "green eyes",
"34": "ground vehicle",
"35": "gun",
"36": "holding",
"37": "holding gun",
"38": "holding shield",
"39": "holding sword",
"40": "holding weapon",
"41": "horns",
"42": "humanoid robot",
"43": "insignia",
"44": "machine gun",
"45": "machinery",
"46": "mecha",
"47": "mechanical wings",
"48": "mechanization",
"49": "military",
"50": "military vehicle",
"51": "missile pod",
"52": "motor vehicle",
"53": "non humanoid robot",
"54": "open hands",
"55": "polearm",
"56": "radio antenna",
"57": "rifle",
"58": "robot",
"59": "shield",
"60": "shoulder cannon",
"61": "single horn",
"62": "spacecraft",
"63": "spikes",
"64": "sword",
"65": "tail",
"66": "thrusters",
"67": "v fin",
"68": "weapon",
"69": "wings"
},
"image_size": 384,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"aircraft": 0,
"aqua eyes": 2,
"arm cannon": 1,
"armor": 11,
"battle": 12,
"beam rifle": 13,
"beam saber": 14,
"black eyes": 9,
"blue eyes": 3,
"brown eyes": 10,
"cable": 15,
"cannon": 16,
"claws": 17,
"clenched hand": 18,
"clenched hands": 19,
"damaged": 20,
"dual wielding": 21,
"energy cannon": 22,
"energy gun": 23,
"energy sword": 24,
"explosion": 25,
"fire": 26,
"firing": 27,
"floating": 28,
"flying": 29,
"funnels gundam": 30,
"glowing": 31,
"glowing eyes": 32,
"green eyes": 33,
"ground vehicle": 34,
"gun": 35,
"holding": 36,
"holding gun": 37,
"holding shield": 38,
"holding sword": 39,
"holding weapon": 40,
"horns": 41,
"humanoid robot": 42,
"insignia": 43,
"machine gun": 44,
"machinery": 45,
"mecha": 46,
"mechanical wings": 47,
"mechanization": 48,
"military": 49,
"military vehicle": 50,
"missile pod": 51,
"motor vehicle": 52,
"non humanoid robot": 53,
"open hands": 54,
"orange eyes": 6,
"pink eyes": 8,
"polearm": 55,
"purple eyes": 5,
"radio antenna": 56,
"red eyes": 4,
"rifle": 57,
"robot": 58,
"shield": 59,
"shoulder cannon": 60,
"single horn": 61,
"spacecraft": 62,
"spikes": 63,
"sword": 64,
"tail": 65,
"thrusters": 66,
"v fin": 67,
"weapon": 68,
"wings": 69,
"yellow eyes": 7
},
"layer_norm_eps": 1e-12,
"layer_scale_init_value": 0.1,
"model_type": "beit",
"num_attention_heads": 12,
"num_channels": 3,
"num_hidden_layers": 12,
"out_indices": [
3,
5,
7,
11
],
"patch_size": 16,
"pool_scales": [
1,
2,
3,
6
],
"problem_type": "multi_label_classification",
"semantic_loss_ignore_index": 255,
"torch_dtype": "float32",
"transformers_version": "4.25.1",
"use_absolute_position_embeddings": false,
"use_auxiliary_head": true,
"use_mask_token": false,
"use_mean_pooling": true,
"use_relative_position_bias": true,
"use_shared_relative_position_bias": false,
"vocab_size": 8192
}
|