GulAk8902 commited on
Commit
b52ab7d
·
verified ·
1 Parent(s): af965a5

Update Modelconfig.json

Browse files
Files changed (1) hide show
  1. Modelconfig.json +59 -59
Modelconfig.json CHANGED
@@ -1,59 +1,59 @@
1
- {
2
- "_attn_implementation_autoset": true,
3
- "architectures": [
4
- "ViTModel"
5
- ],
6
- "attention_probs_dropout_prob": 0.0,
7
- "encoder_stride": 16,
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.0,
10
- "hidden_size": 768,
11
- "id2label": {
12
- "0": "Enfeksiyonel",
13
- "1": "Ekzama",
14
- "2": "Akne",
15
- "3": "Pigment",
16
- "4": "Benign",
17
- "5": "Malign",
18
- "6": "Acne",
19
- "7": "Actinic Keratosis",
20
- "8": "Basal Cell Carcinoma",
21
- "9": "Benign Keratosis",
22
- "10": "Dermatofibroma",
23
- "11": "Melanocytic Nevus",
24
- "12": "Melanoma",
25
- "13": "Vascular Lesion",
26
- "14": "Warts/Molluscum"
27
- },
28
- "image_size": 224,
29
- "initializer_range": 0.02,
30
- "intermediate_size": 3072,
31
- "label2id": {
32
- "Enfeksiyonel": 0,
33
- "Ekzama": 1,
34
- "Akne": 2,
35
- "Pigment": 3,
36
- "Benign": 4,
37
- "Malign": 5,
38
- "Actinic Keratosis": 6,
39
- "Acne":7,
40
- "Basal Cell Carcinoma": 6,
41
- "Benign Keratosis": 7,
42
- "Dermatofibroma": 8,
43
- "Melanocytic Nevus": 9,
44
- "Melanoma": 12,
45
- "Vascular Lesion": 13,
46
- "Warts/Molluscum": 14
47
- },
48
- "layer_norm_eps": 1e-12,
49
- "model_type": "vit",
50
- "num_attention_heads": 12,
51
- "num_channels": 3,
52
- "num_hidden_layers": 12,
53
- "patch_size": 16,
54
- "pooler_act": "tanh",
55
- "pooler_output_size": 768,
56
- "qkv_bias": true,
57
- "torch_dtype": "float32",
58
- "transformers_version": "4.51.1"
59
- }
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "Enfeksiyonel",
13
+ "1": "Ekzama",
14
+ "2": "Akne",
15
+ "3": "Pigment",
16
+ "4": "Benign",
17
+ "5": "Malign",
18
+ "6": "Acne",
19
+ "7": "Actinic Keratosis",
20
+ "8": "Basal Cell Carcinoma",
21
+ "9": "Benign Keratosis",
22
+ "10": "Dermatofibroma",
23
+ "11": "Melanocytic Nevus",
24
+ "12": "Melanoma",
25
+ "13": "Vascular Lesion",
26
+ "14": "Warts/Molluscum"
27
+ },
28
+ "image_size": 224,
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "Enfeksiyonel": 0,
33
+ "Ekzama": 1,
34
+ "Akne": 2,
35
+ "Pigment": 3,
36
+ "Benign": 4,
37
+ "Malign": 5,
38
+ "Actinic Keratosis": 6,
39
+ "Acne":7,
40
+ "Basal Cell Carcinoma": 6,
41
+ "Benign Keratosis": 7,
42
+ "Dermatofibroma": 8,
43
+ "Melanocytic Nevus": 9,
44
+ "Melanoma": 12,
45
+ "Vascular Lesion": 13,
46
+ "Warts/Molluscum": 14
47
+ },
48
+ "layer_norm_eps": 1e-12,
49
+ "model_type": "vit",
50
+ "num_attention_heads": 12,
51
+ "num_channels": 3,
52
+ "num_hidden_layers": 12,
53
+ "patch_size": 16,
54
+ "pooler_act": "tanh",
55
+ "pooler_output_size": 768,
56
+ "qkv_bias": true,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.51.1"
59
+ }