ahmed-ai commited on
Commit
35f6379
1 Parent(s): 9e7a867

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-large-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": 1024,
11
+ "id2label": {
12
+ "0": "Actinic keratoses",
13
+ "1": "Basal cell carcinoma",
14
+ "10": "Melanoma",
15
+ "11": "Monkeypox",
16
+ "12": "Squamous cell carcinoma",
17
+ "13": "Vascular lesions",
18
+ "2": "Benign keratosis-like lesions",
19
+ "3": "Chickenpox",
20
+ "4": "Cowpox",
21
+ "5": "Dermatofibroma",
22
+ "6": "HFMD",
23
+ "7": "Healthy",
24
+ "8": "Measles",
25
+ "9": "Melanocytic nevi"
26
+ },
27
+ "image_size": 224,
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 4096,
30
+ "label2id": {
31
+ "Actinic keratoses": "0",
32
+ "Basal cell carcinoma": "1",
33
+ "Benign keratosis-like lesions": "2",
34
+ "Chickenpox": "3",
35
+ "Cowpox": "4",
36
+ "Dermatofibroma": "5",
37
+ "HFMD": "6",
38
+ "Healthy": "7",
39
+ "Measles": "8",
40
+ "Melanocytic nevi": "9",
41
+ "Melanoma": "10",
42
+ "Monkeypox": "11",
43
+ "Squamous cell carcinoma": "12",
44
+ "Vascular lesions": "13"
45
+ },
46
+ "layer_norm_eps": 1e-12,
47
+ "model_type": "vit",
48
+ "num_attention_heads": 16,
49
+ "num_channels": 3,
50
+ "num_hidden_layers": 24,
51
+ "patch_size": 16,
52
+ "problem_type": "single_label_classification",
53
+ "qkv_bias": true,
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.36.2"
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3547b12ef387366d6a99d7d25eef084fdd0f5bec7f651017b99897b8d8d5604c
3
+ size 1213310472
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/Mar29_21-11-50_3917dc302e3e/events.out.tfevents.1711746746.3917dc302e3e.26.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e60bbdcdc719d44176b9b95963a30ae0a97a5718ad3f49d44ff8124efe6bb10
3
+ size 7799
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9ad9e668ae61578b5d13d01e83dd4ec413240e49c732f465395ee3a719a5eba
3
+ size 4283