ahmedesmail16 commited on
Commit
9fdc213
·
verified ·
1 Parent(s): 7d14a67

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/dino-vitb16",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
@@ -7,7 +7,7 @@
7
  "encoder_stride": 16,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
- "hidden_size": 768,
11
  "id2label": {
12
  "0": "Erythromelal",
13
  "1": "Guttate",
@@ -19,7 +19,7 @@
19
  },
20
  "image_size": 224,
21
  "initializer_range": 0.02,
22
- "intermediate_size": 3072,
23
  "label2id": {
24
  "Erythromelal": 0,
25
  "Guttate": 1,
@@ -31,9 +31,9 @@
31
  },
32
  "layer_norm_eps": 1e-12,
33
  "model_type": "vit",
34
- "num_attention_heads": 12,
35
  "num_channels": 3,
36
- "num_hidden_layers": 12,
37
  "patch_size": 16,
38
  "problem_type": "single_label_classification",
39
  "qkv_bias": true,
 
1
  {
2
+ "_name_or_path": "google/vit-large-patch16-224-in21k",
3
  "architectures": [
4
  "ViTForImageClassification"
5
  ],
 
7
  "encoder_stride": 16,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 1024,
11
  "id2label": {
12
  "0": "Erythromelal",
13
  "1": "Guttate",
 
19
  },
20
  "image_size": 224,
21
  "initializer_range": 0.02,
22
+ "intermediate_size": 4096,
23
  "label2id": {
24
  "Erythromelal": 0,
25
  "Guttate": 1,
 
31
  },
32
  "layer_norm_eps": 1e-12,
33
  "model_type": "vit",
34
+ "num_attention_heads": 16,
35
  "num_channels": 3,
36
+ "num_hidden_layers": 24,
37
  "patch_size": 16,
38
  "problem_type": "single_label_classification",
39
  "qkv_bias": true,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f32c9a5362c7182d4e06bf2065630204ffbc31a7ad2c2012e27217e7644ccfa
3
- size 343239356
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:577e3b05efb8fdde25210fc4c2985e6be1c241b037d582a44b41189f2a0961b0
3
+ size 1213281772
preprocessor_config.json CHANGED
@@ -9,17 +9,17 @@
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": "CLIPImageProcessor",
17
  "image_std": [
18
- 0.229,
19
- 0.224,
20
- 0.225
21
  ],
22
- "resample": 2,
23
  "rescale_factor": 0.00392156862745098,
24
  "size": {
25
  "shortest_edge": 224
 
9
  "do_rescale": true,
10
  "do_resize": true,
11
  "image_mean": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
  ],
16
  "image_processor_type": "CLIPImageProcessor",
17
  "image_std": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
  ],
22
+ "resample": 3,
23
  "rescale_factor": 0.00392156862745098,
24
  "size": {
25
  "shortest_edge": 224
runs/Mar29_09-44-11_4d5e3447fe72/events.out.tfevents.1711705455.4d5e3447fe72.23526.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2adca446bd305aad1c25258045f822e65c51885b1098edf686990f74abc51752
3
+ size 5084
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b99fc3dc2207ad8015021a3df15537cc0f9bdce15e30254006a7414783b0e912
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63924fda57734394b31720cfb324eeabb66742a542ba1f4050321ba188e19188
3
  size 4920