YKXBCi's picture
Training in progress epoch 0
1b1e73b
raw
history blame
1.89 kB
{
"_name_or_path": "google/vit-base-patch16-224-in21k",
"architectures": [
"ViTForImageClassification"
],
"attention_probs_dropout_prob": 0.0,
"encoder_stride": 16,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {
"0": "Airport",
"1": "BareLand",
"10": "Farmland",
"11": "Forest",
"12": "Industrial",
"13": "Meadow",
"14": "MediumResidential",
"15": "Mountain",
"16": "Park",
"17": "Parking",
"18": "Playground",
"19": "Pond",
"2": "BaseballField",
"20": "Port",
"21": "RailwayStation",
"22": "Resort",
"23": "River",
"24": "School",
"25": "SparseResidential",
"26": "Square",
"27": "Stadium",
"28": "StorageTanks",
"29": "Viaduct",
"3": "Beach",
"4": "Bridge",
"5": "Center",
"6": "Church",
"7": "Commercial",
"8": "DenseResidential",
"9": "Desert"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Airport": "0",
"BareLand": "1",
"BaseballField": "2",
"Beach": "3",
"Bridge": "4",
"Center": "5",
"Church": "6",
"Commercial": "7",
"DenseResidential": "8",
"Desert": "9",
"Farmland": "10",
"Forest": "11",
"Industrial": "12",
"Meadow": "13",
"MediumResidential": "14",
"Mountain": "15",
"Park": "16",
"Parking": "17",
"Playground": "18",
"Pond": "19",
"Port": "20",
"RailwayStation": "21",
"Resort": "22",
"River": "23",
"School": "24",
"SparseResidential": "25",
"Square": "26",
"Stadium": "27",
"StorageTanks": "28",
"Viaduct": "29"
},
"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.18.0"
}