| { | |
| "_name_or_path": "google/vit-base-patch16-224", | |
| "architectures": [ | |
| "ViTForImageClassification" | |
| ], | |
| "attention_probs_dropout_prob": 0.0, | |
| "encoder_stride": 16, | |
| "hidden_act": "gelu", | |
| "hidden_dropout_prob": 0.0, | |
| "hidden_size": 768, | |
| "id2label": { | |
| "0": "bicycle_storage", | |
| "1": "building_interiors", | |
| "2": "cinema_room", | |
| "3": "communal_lounge", | |
| "4": "dining_area", | |
| "5": "entertainment_area", | |
| "6": "fitness_room", | |
| "7": "games_area", | |
| "8": "gym", | |
| "9": "laundry_area", | |
| "10": "living_area", | |
| "11": "living_area_shared_kitchen", | |
| "12": "meeting_room", | |
| "13": "parking", | |
| "14": "reception", | |
| "15": "rooftoop_area", | |
| "16": "storage_lockers", | |
| "17": "study_area", | |
| "18": "swimming_pool" | |
| }, | |
| "image_size": 224, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 3072, | |
| "label2id": { | |
| "bicycle_storage": 0, | |
| "building_interiors": 1, | |
| "cinema_room": 2, | |
| "communal_lounge": 3, | |
| "dining_area": 4, | |
| "entertainment_area": 5, | |
| "fitness_room": 6, | |
| "games_area": 7, | |
| "gym": 8, | |
| "laundry_area": 9, | |
| "living_area": 10, | |
| "living_area_shared_kitchen": 11, | |
| "meeting_room": 12, | |
| "parking": 13, | |
| "reception": 14, | |
| "rooftoop_area": 15, | |
| "storage_lockers": 16, | |
| "study_area": 17, | |
| "swimming_pool": 18 | |
| }, | |
| "layer_norm_eps": 1e-12, | |
| "model_type": "vit", | |
| "num_attention_heads": 12, | |
| "num_channels": 3, | |
| "num_hidden_layers": 12, | |
| "patch_size": 16, | |
| "problem_type": "single_label_classification", | |
| "qkv_bias": true, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.41.2" | |
| } | |