{ | |
"_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": "Abyssinian", | |
"1": "American Bobtail", | |
"10": "Maine Coon", | |
"11": "Manx", | |
"12": "Norwegian Forest", | |
"13": "Persian", | |
"14": "Ragdoll", | |
"15": "Russian Blue", | |
"16": "Scottish Fold", | |
"17": "Siamese", | |
"18": "Sphynx", | |
"19": "Turkish Angora", | |
"2": "American Curl", | |
"3": "American Shorthair", | |
"4": "Bengal", | |
"5": "Birman", | |
"6": "Bombay", | |
"7": "British Shorthair", | |
"8": "Egyptian Mau", | |
"9": "Exotic Shorthair" | |
}, | |
"image_size": 224, | |
"initializer_range": 0.02, | |
"intermediate_size": 3072, | |
"label2id": { | |
"Abyssinian": "0", | |
"American Bobtail": "1", | |
"American Curl": "2", | |
"American Shorthair": "3", | |
"Bengal": "4", | |
"Birman": "5", | |
"Bombay": "6", | |
"British Shorthair": "7", | |
"Egyptian Mau": "8", | |
"Exotic Shorthair": "9", | |
"Maine Coon": "10", | |
"Manx": "11", | |
"Norwegian Forest": "12", | |
"Persian": "13", | |
"Ragdoll": "14", | |
"Russian Blue": "15", | |
"Scottish Fold": "16", | |
"Siamese": "17", | |
"Sphynx": "18", | |
"Turkish Angora": "19" | |
}, | |
"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.39.3" | |
} | |