Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/mobilenet_v2_1.0_224",
|
3 |
+
"architectures": [
|
4 |
+
"MobileNetV2ForImageClassification"
|
5 |
+
],
|
6 |
+
"classifier_dropout_prob": 0.2,
|
7 |
+
"depth_divisible_by": 8,
|
8 |
+
"depth_multiplier": 1.0,
|
9 |
+
"expand_ratio": 6,
|
10 |
+
"finegrained_output": true,
|
11 |
+
"first_layer_is_expansion": true,
|
12 |
+
"hidden_act": "relu6",
|
13 |
+
"id2label": {
|
14 |
+
"0": "ASCUS",
|
15 |
+
"1": "Cancer",
|
16 |
+
"2": "HSIL",
|
17 |
+
"3": "LSIL",
|
18 |
+
"4": "NILM",
|
19 |
+
"5": "Non-Diagnostic"
|
20 |
+
},
|
21 |
+
"image_size": 224,
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"label2id": {
|
24 |
+
"ASCUS": 0,
|
25 |
+
"Cancer": 1,
|
26 |
+
"HSIL": 2,
|
27 |
+
"LSIL": 3,
|
28 |
+
"NILM": 4,
|
29 |
+
"Non-Diagnostic": 5
|
30 |
+
},
|
31 |
+
"layer_norm_eps": 0.001,
|
32 |
+
"min_depth": 8,
|
33 |
+
"model_type": "mobilenet_v2",
|
34 |
+
"num_channels": 3,
|
35 |
+
"output_stride": 32,
|
36 |
+
"problem_type": "single_label_classification",
|
37 |
+
"semantic_loss_ignore_index": 255,
|
38 |
+
"tf_padding": true,
|
39 |
+
"torch_dtype": "float32",
|
40 |
+
"transformers_version": "4.42.4"
|
41 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:330c3b12d8ca8fb7b90132e915389cadfd049fcd2488aaa45bd65fe80a5e2649
|
3 |
+
size 9100712
|
preprocessor_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": {
|
3 |
+
"height": 224,
|
4 |
+
"width": 224
|
5 |
+
},
|
6 |
+
"do_center_crop": true,
|
7 |
+
"do_normalize": true,
|
8 |
+
"do_rescale": true,
|
9 |
+
"do_resize": true,
|
10 |
+
"image_mean": [
|
11 |
+
0.5,
|
12 |
+
0.5,
|
13 |
+
0.5
|
14 |
+
],
|
15 |
+
"image_processor_type": "MobileNetV2ImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.5,
|
18 |
+
0.5,
|
19 |
+
0.5
|
20 |
+
],
|
21 |
+
"resample": 2,
|
22 |
+
"rescale_factor": 0.00392156862745098,
|
23 |
+
"size": {
|
24 |
+
"shortest_edge": 256
|
25 |
+
}
|
26 |
+
}
|
runs/Aug28_07-30-12_0386e2fe2c9d/events.out.tfevents.1724830242.0386e2fe2c9d.354.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13a60635075f3c88af52be37cb305f023350d4fd60a5809e91c3b06aeb986a1e
|
3 |
+
size 6072
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cc166a36a573f31f8005f09329fbad0e9b474b01b0a1afac2bd51393a706c700
|
3 |
+
size 5176
|