ahmedesmail16
commited on
Commit
•
6e717dd
1
Parent(s):
0c7f895
Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/mobilenet_v2_1.4_224",
|
3 |
+
"architectures": [
|
4 |
+
"MobileNetV2ForImageClassification"
|
5 |
+
],
|
6 |
+
"classifier_dropout_prob": 0.2,
|
7 |
+
"depth_divisible_by": 8,
|
8 |
+
"depth_multiplier": 1.4,
|
9 |
+
"expand_ratio": 6,
|
10 |
+
"finegrained_output": true,
|
11 |
+
"first_layer_is_expansion": true,
|
12 |
+
"hidden_act": "relu6",
|
13 |
+
"id2label": {
|
14 |
+
"0": "Erythrodermic",
|
15 |
+
"1": "Guttate",
|
16 |
+
"2": "Inverse",
|
17 |
+
"3": "Nail",
|
18 |
+
"4": "Normal",
|
19 |
+
"5": "Not Define",
|
20 |
+
"6": "Palm Soles",
|
21 |
+
"7": "Plaque",
|
22 |
+
"8": "Psoriatic Arthritis",
|
23 |
+
"9": "Pustular",
|
24 |
+
"10": "Scalp",
|
25 |
+
"11": "UPNormal"
|
26 |
+
},
|
27 |
+
"image_size": 224,
|
28 |
+
"initializer_range": 0.02,
|
29 |
+
"label2id": {
|
30 |
+
"Erythrodermic": 0,
|
31 |
+
"Guttate": 1,
|
32 |
+
"Inverse": 2,
|
33 |
+
"Nail": 3,
|
34 |
+
"Normal": 4,
|
35 |
+
"Not Define": 5,
|
36 |
+
"Palm Soles": 6,
|
37 |
+
"Plaque": 7,
|
38 |
+
"Psoriatic Arthritis": 8,
|
39 |
+
"Pustular": 9,
|
40 |
+
"Scalp": 10,
|
41 |
+
"UPNormal": 11
|
42 |
+
},
|
43 |
+
"layer_norm_eps": 0.001,
|
44 |
+
"min_depth": 8,
|
45 |
+
"model_type": "mobilenet_v2",
|
46 |
+
"num_channels": 3,
|
47 |
+
"output_stride": 32,
|
48 |
+
"problem_type": "single_label_classification",
|
49 |
+
"semantic_loss_ignore_index": 255,
|
50 |
+
"tf_padding": true,
|
51 |
+
"torch_dtype": "float32",
|
52 |
+
"transformers_version": "4.39.3"
|
53 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93289306656c1b4df6840fc1ae3067a087cd7ad3d5c2955812ac488a1a618eed
|
3 |
+
size 17579296
|
preprocessor_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"return_tensors",
|
15 |
+
"data_format",
|
16 |
+
"input_data_format"
|
17 |
+
],
|
18 |
+
"crop_size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
},
|
22 |
+
"do_center_crop": true,
|
23 |
+
"do_normalize": true,
|
24 |
+
"do_rescale": true,
|
25 |
+
"do_resize": true,
|
26 |
+
"image_mean": [
|
27 |
+
0.5,
|
28 |
+
0.5,
|
29 |
+
0.5
|
30 |
+
],
|
31 |
+
"image_processor_type": "MobileNetV2ImageProcessor",
|
32 |
+
"image_std": [
|
33 |
+
0.5,
|
34 |
+
0.5,
|
35 |
+
0.5
|
36 |
+
],
|
37 |
+
"resample": 2,
|
38 |
+
"rescale_factor": 0.00392156862745098,
|
39 |
+
"size": {
|
40 |
+
"shortest_edge": 256
|
41 |
+
}
|
42 |
+
}
|
runs/May18_12-26-25_697d2363629f/events.out.tfevents.1716035186.697d2363629f.34.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6b16036b271e540aea1c787c1739c29c1ce3852c1e9443016227810c0596f4a
|
3 |
+
size 7345
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34ef8b1a05c0c20b5907e7dcba77c60a11c25a3aac9ee7ffce53f436dc2a1eea
|
3 |
+
size 4984
|