|
{ |
|
"_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 |
|
} |
|
|