ahmedesmail16 commited on
Commit
634b4a1
1 Parent(s): ee5764d

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai/clip-vit-large-patch14",
3
+ "architectures": [
4
+ "CLIPForImageClassification"
5
+ ],
6
+ "id2label": {
7
+ "0": "Erythromelal",
8
+ "1": "Guttate",
9
+ "2": "Inverse",
10
+ "3": "Nail",
11
+ "4": "Normal",
12
+ "5": "Plaque",
13
+ "6": "Psoriatic Arthritis",
14
+ "7": "Pustular"
15
+ },
16
+ "initializer_factor": 1.0,
17
+ "label2id": {
18
+ "Erythromelal": 0,
19
+ "Guttate": 1,
20
+ "Inverse": 2,
21
+ "Nail": 3,
22
+ "Normal": 4,
23
+ "Plaque": 5,
24
+ "Psoriatic Arthritis": 6,
25
+ "Pustular": 7
26
+ },
27
+ "logit_scale_init_value": 2.6592,
28
+ "model_type": "clip",
29
+ "problem_type": "single_label_classification",
30
+ "projection_dim": 768,
31
+ "text_config": {
32
+ "dropout": 0.0,
33
+ "hidden_size": 768,
34
+ "intermediate_size": 3072,
35
+ "model_type": "clip_text_model",
36
+ "num_attention_heads": 12,
37
+ "projection_dim": 768
38
+ },
39
+ "torch_dtype": "float32",
40
+ "transformers_version": "4.39.3",
41
+ "vision_config": {
42
+ "dropout": 0.0,
43
+ "hidden_size": 1024,
44
+ "intermediate_size": 4096,
45
+ "model_type": "clip_vision_model",
46
+ "num_attention_heads": 16,
47
+ "num_hidden_layers": 24,
48
+ "patch_size": 14,
49
+ "projection_dim": 768
50
+ }
51
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4233aae12abc61a9e0482ff506fb9244e4cb4fcd647235e90d6ab32b4cabb059
3
+ size 1212799848
preprocessor_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_center_crop",
8
+ "crop_size",
9
+ "do_rescale",
10
+ "rescale_factor",
11
+ "do_normalize",
12
+ "image_mean",
13
+ "image_std",
14
+ "do_convert_rgb",
15
+ "return_tensors",
16
+ "data_format",
17
+ "input_data_format"
18
+ ],
19
+ "crop_size": {
20
+ "height": 224,
21
+ "width": 224
22
+ },
23
+ "do_center_crop": true,
24
+ "do_convert_rgb": true,
25
+ "do_normalize": true,
26
+ "do_rescale": true,
27
+ "do_resize": true,
28
+ "image_mean": [
29
+ 0.48145466,
30
+ 0.4578275,
31
+ 0.40821073
32
+ ],
33
+ "image_processor_type": "CLIPImageProcessor",
34
+ "image_std": [
35
+ 0.26862954,
36
+ 0.26130258,
37
+ 0.27577711
38
+ ],
39
+ "resample": 3,
40
+ "rescale_factor": 0.00392156862745098,
41
+ "size": {
42
+ "shortest_edge": 224
43
+ }
44
+ }
runs/Apr13_21-53-03_8080ff9b02f6/events.out.tfevents.1713045186.8080ff9b02f6.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c133a572278a28cde14cd83e17686f52aeb850bcd5781c6c0135d545f68f3d5
3
+ size 5451
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79a87da8753ae53b4a8f3c1b02afe4bc1ed7142da094d3ed8f4aa6a785f277ca
3
+ size 4984