Upload config.json
Browse files- config.json +34 -0
config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"mobilenetForImageClassification"
|
4 |
+
],
|
5 |
+
"downsample_in_first_stage": false,
|
6 |
+
"id2label": {
|
7 |
+
"0": "Acne and Rosacea Photos",
|
8 |
+
"1": "Actinic Keratosis Basal Cell Carcinoma and other Malignant Lesions",
|
9 |
+
"2": "Atopic Dermatitis Photos",
|
10 |
+
"3": "Bullous Disease Photos",
|
11 |
+
"4": "Cellulitis Impetigo and other Bacterial Infections",
|
12 |
+
"5": "Eczema Photos",
|
13 |
+
"6": "Exanthems and Drug Eruptions",
|
14 |
+
"7": "Hair Loss Photos Alopecia and other Hair Diseases",
|
15 |
+
"8": "Herpes HPV and other STDs Photos",
|
16 |
+
"9": "Light Diseases and Disorders of Pigmentation",
|
17 |
+
"10": "Lupus and other Connective Tissue diseases",
|
18 |
+
"11": "Melanoma Skin Cancer Nevi and Moles",
|
19 |
+
"12": "Nail Fungus and other Nail Disease",
|
20 |
+
"13": "Poison Ivy Photos and other Contact Dermatitis",
|
21 |
+
"14": "Psoriasis pictures Lichen Planus and related diseases",
|
22 |
+
"15": "Scabies Lyme Disease and other Infestations and Bites",
|
23 |
+
"16": "Seborrheic Keratoses and other Benign Tumors",
|
24 |
+
"17": "Systemic Disease",
|
25 |
+
"18": "Tinea Ringworm Candidiasis and other Fungal Infections",
|
26 |
+
"19": "Urticaria Hives",
|
27 |
+
"20": "Vascular Tumors",
|
28 |
+
"21": "Vasculitis Photos",
|
29 |
+
"22": "Warts Molluscum and other Viral Infections"
|
30 |
+
},
|
31 |
+
"model_type": "derma",
|
32 |
+
"num_channels": 3,
|
33 |
+
"transformers_version": "4.18.0.dev0"
|
34 |
+
}
|