tuphamdf commited on
Commit
fdbd567
1 Parent(s): 61b4450

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "finetuning_task": "image-classification",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "acne_scars",
14
+ "1": "acne_closed_comedones",
15
+ "2": "acne_level_2",
16
+ "3": "melanoma",
17
+ "4": "age_changes",
18
+ "5": "dry_skin",
19
+ "6": "hidradenitis_suppurativa",
20
+ "7": "acne_excoriee",
21
+ "8": "acne_level_0",
22
+ "9": "acne_level_1",
23
+ "10": "normal_skin",
24
+ "11": "acne_mechanica",
25
+ "12": "rosacea",
26
+ "13": "inflammation",
27
+ "14": "acne_level_3",
28
+ "15": "acne",
29
+ "16": "acne_histology",
30
+ "17": "acne_open_comedones",
31
+ "18": "acne_infantile",
32
+ "19": "acne_comedones",
33
+ "20": "acne_pustules",
34
+ "21": "pigmentation",
35
+ "22": "acne_cystic",
36
+ "23": "milia",
37
+ "24": "oily_skin",
38
+ "25": "burn_skin"
39
+ },
40
+ "image_size": 224,
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 3072,
43
+ "label2id": {
44
+ "acne": 15,
45
+ "acne_closed_comedones": 1,
46
+ "acne_comedones": 19,
47
+ "acne_cystic": 22,
48
+ "acne_excoriee": 7,
49
+ "acne_histology": 16,
50
+ "acne_infantile": 18,
51
+ "acne_level_0": 8,
52
+ "acne_level_1": 9,
53
+ "acne_level_2": 2,
54
+ "acne_level_3": 14,
55
+ "acne_mechanica": 11,
56
+ "acne_open_comedones": 17,
57
+ "acne_pustules": 20,
58
+ "acne_scars": 0,
59
+ "age_changes": 4,
60
+ "burn_skin": 25,
61
+ "dry_skin": 5,
62
+ "hidradenitis_suppurativa": 6,
63
+ "inflammation": 13,
64
+ "melanoma": 3,
65
+ "milia": 23,
66
+ "normal_skin": 10,
67
+ "oily_skin": 24,
68
+ "pigmentation": 21,
69
+ "rosacea": 12
70
+ },
71
+ "layer_norm_eps": 1e-12,
72
+ "model_type": "vit",
73
+ "num_attention_heads": 12,
74
+ "num_channels": 3,
75
+ "num_hidden_layers": 12,
76
+ "patch_size": 16,
77
+ "problem_type": "single_label_classification",
78
+ "qkv_bias": true,
79
+ "torch_dtype": "float32",
80
+ "transformers_version": "4.38.2"
81
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2875d6c4c626e0c71fad1802dc643491128229d8e53d2bfbf40da194c621ac39
3
+ size 343297800
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
+ }
runs/Mar07_09-01-54_7a94ab749491/events.out.tfevents.1709802119.7a94ab749491.26.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:745bbc0d56d6495210d54f5a14993f95ffb5b4b764157a0123242c2e0218b206
3
+ size 17138
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a318e02ca2cf0c0a610c20c7012ec8ae80ca6f08b09d3079c51dd683bf6ad932
3
+ size 4920