ahmedesmail16 commited on
Commit
77e4f13
·
verified ·
1 Parent(s): 7687949

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Erythromelal",
13
+ "1": "Guttate",
14
+ "2": "Inverse",
15
+ "3": "Nail",
16
+ "4": "Normal",
17
+ "5": "Plaque",
18
+ "6": "Psoriatic Arthritis",
19
+ "7": "Pustular"
20
+ },
21
+ "image_size": 224,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 4096,
24
+ "label2id": {
25
+ "Erythromelal": 0,
26
+ "Guttate": 1,
27
+ "Inverse": 2,
28
+ "Nail": 3,
29
+ "Normal": 4,
30
+ "Plaque": 5,
31
+ "Psoriatic Arthritis": 6,
32
+ "Pustular": 7
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "model_type": "vit",
36
+ "num_attention_heads": 16,
37
+ "num_channels": 3,
38
+ "num_hidden_layers": 24,
39
+ "patch_size": 16,
40
+ "problem_type": "single_label_classification",
41
+ "qkv_bias": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.39.3"
44
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cc20831370257755fcc585620103dca8fbf8c67d63feb2c33b3575b17030964
3
+ size 1213285872
preprocessor_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_rescale",
8
+ "rescale_factor",
9
+ "do_normalize",
10
+ "image_mean",
11
+ "image_std",
12
+ "return_tensors",
13
+ "data_format",
14
+ "input_data_format"
15
+ ],
16
+ "do_normalize": true,
17
+ "do_rescale": true,
18
+ "do_resize": true,
19
+ "image_mean": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "image_processor_type": "ViTImageProcessor",
25
+ "image_std": [
26
+ 0.5,
27
+ 0.5,
28
+ 0.5
29
+ ],
30
+ "resample": 2,
31
+ "rescale_factor": 0.00392156862745098,
32
+ "size": {
33
+ "height": 224,
34
+ "width": 224
35
+ }
36
+ }
runs/Apr13_10-04-11_ae9b19a58ab1/events.out.tfevents.1713002667.ae9b19a58ab1.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e1163118e11c4e02beb1ee3b44d8357ab7ad18ce8a6a1be979bea25c0baa2a6
3
+ size 4955
runs/Apr13_10-05-32_ae9b19a58ab1/events.out.tfevents.1713002734.ae9b19a58ab1.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2e4c2972e1c0cb12109a0cd8bfa057a5731168d03422fbdd1c95e4042d350a5
3
+ size 5272
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa25d278494bbea941a56fcd3e9d4229ba52491de5aa3f5056d761ca9c527a8b
3
+ size 4984