Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swinv2-base-patch4-window12to16-192to256-22kto1k-ft",
|
3 |
+
"architectures": [
|
4 |
+
"Swinv2ForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
18,
|
11 |
+
2
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.1,
|
14 |
+
"embed_dim": 128,
|
15 |
+
"encoder_stride": 32,
|
16 |
+
"hidden_act": "gelu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 1024,
|
19 |
+
"id2label": {
|
20 |
+
"0": "01",
|
21 |
+
"1": "02",
|
22 |
+
"2": "03",
|
23 |
+
"3": "04",
|
24 |
+
"4": "05",
|
25 |
+
"5": "06",
|
26 |
+
"6": "07",
|
27 |
+
"7": "08",
|
28 |
+
"8": "09",
|
29 |
+
"9": "10"
|
30 |
+
},
|
31 |
+
"image_size": 256,
|
32 |
+
"initializer_range": 0.02,
|
33 |
+
"label2id": {
|
34 |
+
"01": 0,
|
35 |
+
"02": 1,
|
36 |
+
"03": 2,
|
37 |
+
"04": 3,
|
38 |
+
"05": 4,
|
39 |
+
"06": 5,
|
40 |
+
"07": 6,
|
41 |
+
"08": 7,
|
42 |
+
"09": 8,
|
43 |
+
"10": 9
|
44 |
+
},
|
45 |
+
"layer_norm_eps": 1e-05,
|
46 |
+
"mlp_ratio": 4.0,
|
47 |
+
"model_type": "swinv2",
|
48 |
+
"num_channels": 3,
|
49 |
+
"num_heads": [
|
50 |
+
4,
|
51 |
+
8,
|
52 |
+
16,
|
53 |
+
32
|
54 |
+
],
|
55 |
+
"num_layers": 4,
|
56 |
+
"out_features": [
|
57 |
+
"stage4"
|
58 |
+
],
|
59 |
+
"out_indices": [
|
60 |
+
4
|
61 |
+
],
|
62 |
+
"patch_size": 4,
|
63 |
+
"path_norm": true,
|
64 |
+
"pretrained_window_sizes": [
|
65 |
+
12,
|
66 |
+
12,
|
67 |
+
12,
|
68 |
+
6
|
69 |
+
],
|
70 |
+
"problem_type": "single_label_classification",
|
71 |
+
"qkv_bias": true,
|
72 |
+
"stage_names": [
|
73 |
+
"stem",
|
74 |
+
"stage1",
|
75 |
+
"stage2",
|
76 |
+
"stage3",
|
77 |
+
"stage4"
|
78 |
+
],
|
79 |
+
"torch_dtype": "float32",
|
80 |
+
"transformers_version": "4.41.0",
|
81 |
+
"use_absolute_embeddings": false,
|
82 |
+
"window_size": 16
|
83 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cc4fd0d7f249d77830cece0059b7308582b7ecf74ebde60f598f86f77c9d10b
|
3 |
+
size 347678296
|
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": 256,
|
34 |
+
"width": 256
|
35 |
+
}
|
36 |
+
}
|
runs/May18_22-33-16_e2e-60-147/events.out.tfevents.1716051921.e2e-60-147.60553.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23ee147787bd4a2f0734046a16cf48d1bf48f0965d1864a11b2d819edbe19226
|
3 |
+
size 40372
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fca0980aa88a01c05753f44261c19ae4da9c371b8c1e04ab708dc9a566700ca6
|
3 |
+
size 4795
|