ahmedesmail16
commited on
Commit
•
bb9d476
1
Parent(s):
359f3bd
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:a0ad564cdc11e57c59fafd46e983a8d708d67949bf9d1adb527f0b84b73f019f
|
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_23-05-57_f7f395f64c1e/events.out.tfevents.1713049558.f7f395f64c1e.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cb9e38b2497f3712824880416e3ddbb3444cd8cc77f2a11c5c181688d05ceea
|
3 |
+
size 6086
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73b29b2cd37eeac39cc1918c70c944b00308c7f1e1e62434aa74d636bacdd714
|
3 |
+
size 4984
|