vit-resisc45 / config.json
Adhi Setiawan
Update config.json
4d27822
raw
history blame
1.59 kB
{
"_name_or_path": "adhisetiawan/vit-resisc45",
"architectures": [
"ViTModel"
],
"attention_probs_dropout_prob": 0.0,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {
"1": "airplane",
"2": "airport",
"3": "baseball_diamond",
"4": "basketball_court",
"5": "beach",
"6": "bridge",
"7": "chaparral",
"8": "church",
"9": "circular_farmland",
"10": "cloud",
"11": "commercial_area",
"12": "dense_residential",
"13": "desert",
"14": "forest",
"15": "freeway",
"16": "golf_course",
"17": "ground_track_field",
"18": "harbor",
"19": "industrial_area",
"20": "intersection",
"21": "island",
"22": "lake",
"23": "meadow",
"24": "medium_residential",
"25": "mobile_home_park",
"26": "mountain",
"27": "overpass",
"28": "palace",
"29": "parking_lot",
"30": "railway",
"31": "railway_station",
"32": "rectangular_farmland",
"33": "river",
"34": "roundabout",
"35": "runway",
"36": "sea_ice",
"37": "ship",
"38": "snowberg",
"39": "sparse_residential",
"40": "stadium",
"41": "storage_tank",
"42": "tennis_court",
"43": "terrace",
"44": "thermal_power_station",
"45": "wetland"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"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,
"transformers_version": "4.13.0.dev0"
}