Training in progress, epoch 0
Browse files- config.json +75 -0
- model.safetensors +3 -0
- preprocessor_config.json +36 -0
- runs/May30_06-30-27_ip-10-110-161-167.ap-southeast-2.compute.internal/events.out.tfevents.1717050746.ip-10-110-161-167.ap-southeast-2.compute.internal.19488.0 +3 -0
- runs/May30_07-36-37_ip-10-110-161-167.ap-southeast-2.compute.internal/events.out.tfevents.1717054609.ip-10-110-161-167.ap-southeast-2.compute.internal.22022.0 +3 -0
- runs/May30_07-36-37_ip-10-110-161-167.ap-southeast-2.compute.internal/events.out.tfevents.1717054801.ip-10-110-161-167.ap-southeast-2.compute.internal.22022.1 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
|
3 |
+
"architectures": [
|
4 |
+
"SwinForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
6,
|
11 |
+
2
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.1,
|
14 |
+
"embed_dim": 96,
|
15 |
+
"encoder_stride": 32,
|
16 |
+
"hidden_act": "gelu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 768,
|
19 |
+
"id2label": {
|
20 |
+
"0": "dots",
|
21 |
+
"1": "globules:clods",
|
22 |
+
"2": "lines",
|
23 |
+
"3": "network",
|
24 |
+
"4": "pattern",
|
25 |
+
"5": "regression structures",
|
26 |
+
"6": "shiny white streaks",
|
27 |
+
"7": "structureless",
|
28 |
+
"8": "vessels"
|
29 |
+
},
|
30 |
+
"image_size": 224,
|
31 |
+
"initializer_range": 0.02,
|
32 |
+
"label2id": {
|
33 |
+
"dots": 0,
|
34 |
+
"globules:clods": 1,
|
35 |
+
"lines": 2,
|
36 |
+
"network": 3,
|
37 |
+
"pattern": 4,
|
38 |
+
"regression structures": 5,
|
39 |
+
"shiny white streaks": 6,
|
40 |
+
"structureless": 7,
|
41 |
+
"vessels": 8
|
42 |
+
},
|
43 |
+
"layer_norm_eps": 1e-05,
|
44 |
+
"mlp_ratio": 4.0,
|
45 |
+
"model_type": "swin",
|
46 |
+
"num_channels": 3,
|
47 |
+
"num_heads": [
|
48 |
+
3,
|
49 |
+
6,
|
50 |
+
12,
|
51 |
+
24
|
52 |
+
],
|
53 |
+
"num_layers": 4,
|
54 |
+
"out_features": [
|
55 |
+
"stage4"
|
56 |
+
],
|
57 |
+
"out_indices": [
|
58 |
+
4
|
59 |
+
],
|
60 |
+
"patch_size": 4,
|
61 |
+
"path_norm": true,
|
62 |
+
"problem_type": "single_label_classification",
|
63 |
+
"qkv_bias": true,
|
64 |
+
"stage_names": [
|
65 |
+
"stem",
|
66 |
+
"stage1",
|
67 |
+
"stage2",
|
68 |
+
"stage3",
|
69 |
+
"stage4"
|
70 |
+
],
|
71 |
+
"torch_dtype": "float32",
|
72 |
+
"transformers_version": "4.42.0.dev0",
|
73 |
+
"use_absolute_embeddings": false,
|
74 |
+
"window_size": 7
|
75 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c41ba36cad75c1e665f728a02c798bc05c9affa8e54367d4671adc04fa89b492
|
3 |
+
size 110364364
|
preprocessor_config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_processor_keys": [
|
3 |
+
"images",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"resample",
|
7 |
+
"do_rescale",
|
8 |
+
"rescale_factor",
|
9 |
+
"do_normalize",
|
10 |
+
"image_mean",
|
11 |
+
"image_std",
|
12 |
+
"return_tensors",
|
13 |
+
"data_format",
|
14 |
+
"input_data_format"
|
15 |
+
],
|
16 |
+
"do_normalize": true,
|
17 |
+
"do_rescale": true,
|
18 |
+
"do_resize": true,
|
19 |
+
"image_mean": [
|
20 |
+
0.485,
|
21 |
+
0.456,
|
22 |
+
0.406
|
23 |
+
],
|
24 |
+
"image_processor_type": "ViTImageProcessor",
|
25 |
+
"image_std": [
|
26 |
+
0.229,
|
27 |
+
0.224,
|
28 |
+
0.225
|
29 |
+
],
|
30 |
+
"resample": 3,
|
31 |
+
"rescale_factor": 0.00392156862745098,
|
32 |
+
"size": {
|
33 |
+
"height": 224,
|
34 |
+
"width": 224
|
35 |
+
}
|
36 |
+
}
|
runs/May30_06-30-27_ip-10-110-161-167.ap-southeast-2.compute.internal/events.out.tfevents.1717050746.ip-10-110-161-167.ap-southeast-2.compute.internal.19488.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae70af3b2e33b4180765d80f77f4a117eb9c969c59278e075f888c49a5953e41
|
3 |
+
size 5658
|
runs/May30_07-36-37_ip-10-110-161-167.ap-southeast-2.compute.internal/events.out.tfevents.1717054609.ip-10-110-161-167.ap-southeast-2.compute.internal.22022.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c754791c1f64fb1a73fc2c07c77c4f223148e6f90a77e53dac2c30ca0458a886
|
3 |
+
size 12093
|
runs/May30_07-36-37_ip-10-110-161-167.ap-southeast-2.compute.internal/events.out.tfevents.1717054801.ip-10-110-161-167.ap-southeast-2.compute.internal.22022.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3e2908b32b9b8ddcc3b7039c6d76291cdedbb5e0ff54bc732c558d5506f27ab
|
3 |
+
size 6780
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5fc32b4395012f85777292aabe901ef9be2a31072896299e9121776ef5248a8
|
3 |
+
size 5240
|