muruga778 commited on
Commit
b3fa00e
·
verified ·
1 Parent(s): 905ffa2

Upload 4 files

Browse files
best_scin_image.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc96e91101592c7761f83e096c586129139ebf94027e47cfc464e3a44df2b06
3
+ size 77479936
best_scin_text.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:265567eea8d947b33dca6aa7a55465500ff760406398db97f05b0ebd4f713fae
3
+ size 75010048
fusion_config (1).json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "w_image": 0.9,
3
+ "classes": [
4
+ "acne",
5
+ "allergic contact dermatitis",
6
+ "contact dermatitis",
7
+ "dermatitis",
8
+ "drug rash",
9
+ "eczema",
10
+ "folliculitis",
11
+ "herpes zoster",
12
+ "impetigo",
13
+ "insect bite",
14
+ "other",
15
+ "pigmented purpuric eruption",
16
+ "psoriasis",
17
+ "tinea",
18
+ "unknown",
19
+ "urticaria"
20
+ ],
21
+ "text_model_name": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext",
22
+ "img_backbone": "tf_efficientnetv2_s",
23
+ "img_size": 384,
24
+ "max_len": 160
25
+ }
label_map (3).json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "classes": [
3
+ "acne",
4
+ "allergic contact dermatitis",
5
+ "contact dermatitis",
6
+ "dermatitis",
7
+ "drug rash",
8
+ "eczema",
9
+ "folliculitis",
10
+ "herpes zoster",
11
+ "impetigo",
12
+ "insect bite",
13
+ "other",
14
+ "pigmented purpuric eruption",
15
+ "psoriasis",
16
+ "tinea",
17
+ "unknown",
18
+ "urticaria"
19
+ ],
20
+ "label2idx": {
21
+ "acne": 0,
22
+ "allergic contact dermatitis": 1,
23
+ "contact dermatitis": 2,
24
+ "dermatitis": 3,
25
+ "drug rash": 4,
26
+ "eczema": 5,
27
+ "folliculitis": 6,
28
+ "herpes zoster": 7,
29
+ "impetigo": 8,
30
+ "insect bite": 9,
31
+ "other": 10,
32
+ "pigmented purpuric eruption": 11,
33
+ "psoriasis": 12,
34
+ "tinea": 13,
35
+ "unknown": 14,
36
+ "urticaria": 15
37
+ }
38
+ }