RahulPil commited on
Commit
12a393d
·
1 Parent(s): f836b07

Upload 4 files

Browse files
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
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": "Acne",
13
+ "1": "Blackhead",
14
+ "10": "Purulent",
15
+ "11": "Scars",
16
+ "12": "Sebo-crystan-conglo",
17
+ "13": "Syringoma",
18
+ "14": "Whitehead",
19
+ "2": "Conglobata",
20
+ "3": "Crystanlline",
21
+ "4": "Cystic",
22
+ "5": "Flat_wart",
23
+ "6": "Folliculitis",
24
+ "7": "Keloid",
25
+ "8": "Milium",
26
+ "9": "Papular"
27
+ },
28
+ "image_size": 224,
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "Acne": "0",
33
+ "Blackhead": "1",
34
+ "Conglobata": "2",
35
+ "Crystanlline": "3",
36
+ "Cystic": "4",
37
+ "Flat_wart": "5",
38
+ "Folliculitis": "6",
39
+ "Keloid": "7",
40
+ "Milium": "8",
41
+ "Papular": "9",
42
+ "Purulent": "10",
43
+ "Scars": "11",
44
+ "Sebo-crystan-conglo": "12",
45
+ "Syringoma": "13",
46
+ "Whitehead": "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
+ "problem_type": "multi_label_classification",
55
+ "qkv_bias": true,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.29.2"
58
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:babe571490d0a34958ab0138a6322e92816bf5c9ab2b2643be273139f5e79681
3
+ size 343308717
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8790949df8c3b55b31c22b232587af231b40474899f274b7b252d6ec2efa7a2f
3
+ size 3899