EveryScene / config.json
SebLogsdon's picture
Upload config.json with huggingface_hub
fb5f5b5 verified
{
"_name_or_path": "google/vit-base-patch16-224-in21k",
"architectures": [
"ViTModel"
],
"attention_probs_dropout_prob": 0.0,
"encoder_stride": 16,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {
"0": "apartment_building",
"1": "basketball_court",
"2": "bathroom",
"3": "beach",
"4": "bedroom",
"5": "classroom",
"6": "field",
"7": "forest",
"8": "highway",
"9": "house",
"10": "industrial_area",
"11": "kitchen",
"12": "lake",
"13": "library",
"14": "lobby",
"15": "martial_arts_gym",
"16": "mountain",
"17": "movie_theater",
"18": "music_studio",
"19": "office",
"20": "park",
"21": "playground",
"22": "pub",
"23": "restaurant",
"24": "shopfront",
"25": "street",
"26": "subway_station",
"27": "supermarket",
"28": "swimming_pool",
"29": "train_station",
"30": "village",
"31": "volcano",
"32": "waiting_room",
"33": "wind_farm",
"34": "yard"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"apartment_building": 0,
"basketball_court": 1,
"bathroom": 2,
"beach": 3,
"bedroom": 4,
"classroom": 5,
"field": 6,
"forest": 7,
"highway": 8,
"house": 9,
"industrial_area": 10,
"kitchen": 11,
"lake": 12,
"library": 13,
"lobby": 14,
"martial_arts_gym": 15,
"mountain": 16,
"movie_theater": 17,
"music_studio": 18,
"office": 19,
"park": 20,
"playground": 21,
"pub": 22,
"restaurant": 23,
"shopfront": 24,
"street": 25,
"subway_station": 26,
"supermarket": 27,
"swimming_pool": 28,
"train_station": 29,
"village": 30,
"volcano": 31,
"waiting_room": 32,
"wind_farm": 33,
"yard": 34
},
"layer_norm_eps": 1e-12,
"model_type": "vit",
"num_attention_heads": 12,
"num_channels": 3,
"num_hidden_layers": 12,
"patch_size": 16,
"qkv_bias": true,
"torch_dtype": "float32",
"transformers_version": "4.46.0"
}