Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/convnext-tiny-224",
|
3 |
+
"architectures": [
|
4 |
+
"ConvNextForImageClassification"
|
5 |
+
],
|
6 |
+
"depths": [
|
7 |
+
3,
|
8 |
+
3,
|
9 |
+
9,
|
10 |
+
3
|
11 |
+
],
|
12 |
+
"drop_path_rate": 0.0,
|
13 |
+
"hidden_act": "gelu",
|
14 |
+
"hidden_sizes": [
|
15 |
+
96,
|
16 |
+
192,
|
17 |
+
384,
|
18 |
+
768
|
19 |
+
],
|
20 |
+
"id2label": {
|
21 |
+
"0": "Adenocarcinoma",
|
22 |
+
"1": "Normal",
|
23 |
+
"2": "Precancerous",
|
24 |
+
"3": "SCC"
|
25 |
+
},
|
26 |
+
"image_size": 224,
|
27 |
+
"initializer_range": 0.02,
|
28 |
+
"label2id": {
|
29 |
+
"Adenocarcinoma": 0,
|
30 |
+
"Normal": 1,
|
31 |
+
"Precancerous": 2,
|
32 |
+
"SCC": 3
|
33 |
+
},
|
34 |
+
"layer_norm_eps": 1e-12,
|
35 |
+
"layer_scale_init_value": 1e-06,
|
36 |
+
"model_type": "convnext",
|
37 |
+
"num_channels": 3,
|
38 |
+
"num_stages": 4,
|
39 |
+
"out_features": [
|
40 |
+
"stage4"
|
41 |
+
],
|
42 |
+
"out_indices": [
|
43 |
+
4
|
44 |
+
],
|
45 |
+
"patch_size": 4,
|
46 |
+
"problem_type": "single_label_classification",
|
47 |
+
"stage_names": [
|
48 |
+
"stem",
|
49 |
+
"stage1",
|
50 |
+
"stage2",
|
51 |
+
"stage3",
|
52 |
+
"stage4"
|
53 |
+
],
|
54 |
+
"torch_dtype": "float32",
|
55 |
+
"transformers_version": "4.44.2"
|
56 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9047977f01923454cb7a90df6a067c5c2d17880da08265aaac8f2e494fb31175
|
3 |
+
size 111314088
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_processor_type": "ConvNextImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.229,
|
14 |
+
0.224,
|
15 |
+
0.225
|
16 |
+
],
|
17 |
+
"resample": 3,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"shortest_edge": 224
|
21 |
+
}
|
22 |
+
}
|
runs/Oct24_20-18-56_a62bbb837da7/events.out.tfevents.1729801224.a62bbb837da7.1334.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:345f80de2bde36f44cd69d61f943100b24fed8a61eb8e41e1a013c65924dc0dd
|
3 |
+
size 5230
|
runs/Oct24_20-24-35_a62bbb837da7/events.out.tfevents.1729801495.a62bbb837da7.1334.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7471599a8cde54837318f595c88f49c507ffee240c3d4f7d01a4aa54cfd87bfd
|
3 |
+
size 6362
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc49f85302c274e95938e5f0e443d6d87aea02a3af2fc0c27376d3c06aabeb38
|
3 |
+
size 5240
|