Kibalama commited on
Commit
dbdebd1
·
verified ·
1 Parent(s): 7fee26a

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "encoder_stride": 16,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.0,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "Actinic keratoses",
12
+ "1": "Basal cell carcinoma",
13
+ "10": "Melanoma",
14
+ "11": "Monkeypox",
15
+ "12": "Squamous cell carcinoma",
16
+ "13": "Vascular lesions",
17
+ "2": "Benign keratosis-like lesions",
18
+ "3": "Chickenpox",
19
+ "4": "Cowpox",
20
+ "5": "Dermatofibroma",
21
+ "6": "HFMD",
22
+ "7": "Healthy",
23
+ "8": "Measles",
24
+ "9": "Melanocytic nevi"
25
+ },
26
+ "image_size": 224,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "Actinic keratoses": "0",
31
+ "Basal cell carcinoma": "1",
32
+ "Benign keratosis-like lesions": "2",
33
+ "Chickenpox": "3",
34
+ "Cowpox": "4",
35
+ "Dermatofibroma": "5",
36
+ "HFMD": "6",
37
+ "Healthy": "7",
38
+ "Measles": "8",
39
+ "Melanocytic nevi": "9",
40
+ "Melanoma": "10",
41
+ "Monkeypox": "11",
42
+ "Squamous cell carcinoma": "12",
43
+ "Vascular lesions": "13"
44
+ },
45
+ "layer_norm_eps": 1e-12,
46
+ "model_type": "vit",
47
+ "num_attention_heads": 12,
48
+ "num_channels": 3,
49
+ "num_hidden_layers": 12,
50
+ "patch_size": 16,
51
+ "pooler_act": "tanh",
52
+ "pooler_output_size": 768,
53
+ "problem_type": "single_label_classification",
54
+ "qkv_bias": true,
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.53.0"
57
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78ebe2de86528fd4ed475b7fc399ca66a5714ec18bd66847fda9f21bff8e889d
3
+ size 343260888
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "ViTImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "resample": 2,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6f15b9bcb240ddd3bae32fc09d06b6a2e3037cc8be98667773df2749c05aca0
3
+ size 5368