File size: 1,605 Bytes
6344eb9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_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"
}