ahmedesmail16 commited on
Commit
52ab5f8
1 Parent(s): 6380930

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/resnet-152",
3
+ "architectures": [
4
+ "ResNetForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 8,
9
+ 36,
10
+ 3
11
+ ],
12
+ "downsample_in_bottleneck": false,
13
+ "downsample_in_first_stage": false,
14
+ "embedding_size": 64,
15
+ "hidden_act": "relu",
16
+ "hidden_sizes": [
17
+ 256,
18
+ 512,
19
+ 1024,
20
+ 2048
21
+ ],
22
+ "id2label": {
23
+ "0": "Erythrodermic",
24
+ "1": "Guttate",
25
+ "2": "Inverse",
26
+ "3": "Nail",
27
+ "4": "Normal",
28
+ "5": "Not Define",
29
+ "6": "Palm Soles",
30
+ "7": "Plaque",
31
+ "8": "Psoriatic Arthritis",
32
+ "9": "Pustular",
33
+ "10": "Scalp",
34
+ "11": "UPNormal"
35
+ },
36
+ "label2id": {
37
+ "Erythrodermic": 0,
38
+ "Guttate": 1,
39
+ "Inverse": 2,
40
+ "Nail": 3,
41
+ "Normal": 4,
42
+ "Not Define": 5,
43
+ "Palm Soles": 6,
44
+ "Plaque": 7,
45
+ "Psoriatic Arthritis": 8,
46
+ "Pustular": 9,
47
+ "Scalp": 10,
48
+ "UPNormal": 11
49
+ },
50
+ "layer_type": "bottleneck",
51
+ "model_type": "resnet",
52
+ "num_channels": 3,
53
+ "out_features": [
54
+ "stage4"
55
+ ],
56
+ "out_indices": [
57
+ 4
58
+ ],
59
+ "problem_type": "single_label_classification",
60
+ "stage_names": [
61
+ "stem",
62
+ "stage1",
63
+ "stage2",
64
+ "stage3",
65
+ "stage4"
66
+ ],
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.39.3"
69
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66267233daeac5187a162615fe041fb16d58bbfe5161bbce907bdd49a859f13c
3
+ size 233403800
preprocessor_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "crop_pct",
7
+ "resample",
8
+ "do_rescale",
9
+ "rescale_factor",
10
+ "do_normalize",
11
+ "image_mean",
12
+ "image_std",
13
+ "return_tensors",
14
+ "data_format",
15
+ "input_data_format"
16
+ ],
17
+ "crop_pct": 0.875,
18
+ "do_normalize": true,
19
+ "do_rescale": true,
20
+ "do_resize": true,
21
+ "image_mean": [
22
+ 0.485,
23
+ 0.456,
24
+ 0.406
25
+ ],
26
+ "image_processor_type": "ConvNextImageProcessor",
27
+ "image_std": [
28
+ 0.229,
29
+ 0.224,
30
+ 0.225
31
+ ],
32
+ "resample": 3,
33
+ "rescale_factor": 0.00392156862745098,
34
+ "size": {
35
+ "shortest_edge": 224
36
+ }
37
+ }
runs/May17_11-17-49_0fc678902e82/events.out.tfevents.1715944673.0fc678902e82.33.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6fc1ba051ca77f64afff8655346d12eba2272a6371e08851e7d998e72b03299
3
+ size 5728
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d1c2526c73c5e47622a4ae4f3332f86ddb048c7f8e1042a20e6b92ea685b1c
3
+ size 4984