Nothasan's picture
Upload 24 files
62f80ee verified
raw
history blame contribute delete
No virus
1.1 kB
{
"_name_or_path": "google/vit-base-patch16-224-in21k",
"architectures": [
"ViTForImageClassification"
],
"attention_probs_dropout_prob": 0.0,
"encoder_stride": 16,
"finetuning_task": "image-classification",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {
"0": "bb",
"1": "bk",
"10": "wp",
"11": "wq",
"12": "wr",
"2": "bn",
"3": "bp",
"4": "bq",
"5": "br",
"6": "empty",
"7": "wb",
"8": "wk",
"9": "wn"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"bb": "0",
"bk": "1",
"bn": "2",
"bp": "3",
"bq": "4",
"br": "5",
"empty": "6",
"wb": "7",
"wk": "8",
"wn": "9",
"wp": "10",
"wq": "11",
"wr": "12"
},
"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.40.2"
}