Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/dinov2-base",
|
3 |
+
"apply_layernorm": true,
|
4 |
+
"architectures": [
|
5 |
+
"Dinov2ForImageClassification"
|
6 |
+
],
|
7 |
+
"attention_probs_dropout_prob": 0.0,
|
8 |
+
"drop_path_rate": 0.0,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.0,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "Basal Cell Carcinoma",
|
14 |
+
"1": "Darier_s Disease",
|
15 |
+
"2": "Epidermolysis Bullosa Pruriginosa",
|
16 |
+
"3": "Hailey-Hailey Disease",
|
17 |
+
"4": "Herpes Simplex",
|
18 |
+
"5": "Impetigo",
|
19 |
+
"6": "Larva Migrans",
|
20 |
+
"7": "Leprosy Borderline",
|
21 |
+
"8": "Leprosy Lepromatous",
|
22 |
+
"9": "Leprosy Tuberculoid",
|
23 |
+
"10": "Lichen Planus",
|
24 |
+
"11": "Lupus Erythematosus Chronicus Discoides",
|
25 |
+
"12": "Melanoma",
|
26 |
+
"13": "Molluscum Contagiosum",
|
27 |
+
"14": "Mycosis Fungoides",
|
28 |
+
"15": "Neurofibromatosis",
|
29 |
+
"16": "Papilomatosis Confluentes And Reticulate",
|
30 |
+
"17": "Pediculosis Capitis",
|
31 |
+
"18": "Pityriasis Rosea",
|
32 |
+
"19": "Porokeratosis Actinic",
|
33 |
+
"20": "Psoriasis",
|
34 |
+
"21": "Tinea Corporis",
|
35 |
+
"22": "Tinea Nigra",
|
36 |
+
"23": "Tungiasis",
|
37 |
+
"24": "Vitiligo",
|
38 |
+
"25": "actinic keratosis",
|
39 |
+
"26": "dermatofibroma",
|
40 |
+
"27": "nevus",
|
41 |
+
"28": "pigmented benign keratosis",
|
42 |
+
"29": "seborrheic keratosis",
|
43 |
+
"30": "squamous cell carcinoma",
|
44 |
+
"31": "vascular lesion"
|
45 |
+
},
|
46 |
+
"image_size": 518,
|
47 |
+
"initializer_range": 0.02,
|
48 |
+
"label2id": {
|
49 |
+
"Basal Cell Carcinoma": 0,
|
50 |
+
"Darier_s Disease": 1,
|
51 |
+
"Epidermolysis Bullosa Pruriginosa": 2,
|
52 |
+
"Hailey-Hailey Disease": 3,
|
53 |
+
"Herpes Simplex": 4,
|
54 |
+
"Impetigo": 5,
|
55 |
+
"Larva Migrans": 6,
|
56 |
+
"Leprosy Borderline": 7,
|
57 |
+
"Leprosy Lepromatous": 8,
|
58 |
+
"Leprosy Tuberculoid": 9,
|
59 |
+
"Lichen Planus": 10,
|
60 |
+
"Lupus Erythematosus Chronicus Discoides": 11,
|
61 |
+
"Melanoma": 12,
|
62 |
+
"Molluscum Contagiosum": 13,
|
63 |
+
"Mycosis Fungoides": 14,
|
64 |
+
"Neurofibromatosis": 15,
|
65 |
+
"Papilomatosis Confluentes And Reticulate": 16,
|
66 |
+
"Pediculosis Capitis": 17,
|
67 |
+
"Pityriasis Rosea": 18,
|
68 |
+
"Porokeratosis Actinic": 19,
|
69 |
+
"Psoriasis": 20,
|
70 |
+
"Tinea Corporis": 21,
|
71 |
+
"Tinea Nigra": 22,
|
72 |
+
"Tungiasis": 23,
|
73 |
+
"Vitiligo": 24,
|
74 |
+
"actinic keratosis": 25,
|
75 |
+
"dermatofibroma": 26,
|
76 |
+
"nevus": 27,
|
77 |
+
"pigmented benign keratosis": 28,
|
78 |
+
"seborrheic keratosis": 29,
|
79 |
+
"squamous cell carcinoma": 30,
|
80 |
+
"vascular lesion": 31
|
81 |
+
},
|
82 |
+
"layer_norm_eps": 1e-06,
|
83 |
+
"layerscale_value": 1.0,
|
84 |
+
"mlp_ratio": 4,
|
85 |
+
"model_type": "dinov2",
|
86 |
+
"num_attention_heads": 12,
|
87 |
+
"num_channels": 3,
|
88 |
+
"num_hidden_layers": 12,
|
89 |
+
"out_features": [
|
90 |
+
"stage12"
|
91 |
+
],
|
92 |
+
"out_indices": [
|
93 |
+
12
|
94 |
+
],
|
95 |
+
"patch_size": 14,
|
96 |
+
"problem_type": "single_label_classification",
|
97 |
+
"qkv_bias": true,
|
98 |
+
"reshape_hidden_states": true,
|
99 |
+
"stage_names": [
|
100 |
+
"stem",
|
101 |
+
"stage1",
|
102 |
+
"stage2",
|
103 |
+
"stage3",
|
104 |
+
"stage4",
|
105 |
+
"stage5",
|
106 |
+
"stage6",
|
107 |
+
"stage7",
|
108 |
+
"stage8",
|
109 |
+
"stage9",
|
110 |
+
"stage10",
|
111 |
+
"stage11",
|
112 |
+
"stage12"
|
113 |
+
],
|
114 |
+
"torch_dtype": "float32",
|
115 |
+
"transformers_version": "4.47.0",
|
116 |
+
"use_swiglu_ffn": false
|
117 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7c5d8ef1fd7ae8770daeb0b4b28a0c598edd91322aa76cbf103e35c3ed3cc42
|
3 |
+
size 346544376
|
preprocessor_config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_convert_rgb": true,
|
8 |
+
"do_normalize": true,
|
9 |
+
"do_rescale": true,
|
10 |
+
"do_resize": true,
|
11 |
+
"image_mean": [
|
12 |
+
0.485,
|
13 |
+
0.456,
|
14 |
+
0.406
|
15 |
+
],
|
16 |
+
"image_processor_type": "BitImageProcessor",
|
17 |
+
"image_std": [
|
18 |
+
0.229,
|
19 |
+
0.224,
|
20 |
+
0.225
|
21 |
+
],
|
22 |
+
"resample": 3,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"shortest_edge": 256
|
26 |
+
}
|
27 |
+
}
|
runs/Dec16_19-05-16_593ea901dc76/events.out.tfevents.1734375931.593ea901dc76.241.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66dc37c6de2f9298bedfe7d5027415a59009b5ce04a9d4b782d0ee6591dbb385
|
3 |
+
size 7891
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8bda77c4b66356688c22e28344c2562771f8508a43454317f1b550505e0620e1
|
3 |
+
size 5368
|