SkinLesionClassifier / config.json
DopeErick's picture
Upload config.json
7d6f60c verified
raw
history blame contribute delete
709 Bytes
{
"architectures": ["ViTForImageClassification"],
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 3072,
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"patch_size": 16,
"transformers_version": "4.0.0",
"image_size": 224,
"num_labels": 5,
"id2label": {
"0": "Monkeypox",
"1": "Sarampion",
"2": "Varicela",
"3": "Herpes",
"4": "Melanoma"
},
"label2id": {
"Monkeypox": 0,
"Sarampion": 1,
"Varicela": 2,
"Herpes": 3,
"Melanoma": 4
}
}