dantepalacio
commited on
Training in progress, epoch 1
Browse files- config.json +75 -0
- model.safetensors +3 -0
- preprocessor_config.json +23 -0
- runs/Dec24_09-49-09_Denis/events.out.tfevents.1735015750.Denis.357930.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swinv2-tiny-patch4-window16-256",
|
3 |
+
"architectures": [
|
4 |
+
"Swinv2ForImageClassification"
|
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": "0",
|
21 |
+
"1": "1",
|
22 |
+
"2": "2",
|
23 |
+
"3": "moderate_condition",
|
24 |
+
"4": "modern_renovation",
|
25 |
+
"5": "needs_repair"
|
26 |
+
},
|
27 |
+
"image_size": 256,
|
28 |
+
"initializer_range": 0.02,
|
29 |
+
"label2id": {
|
30 |
+
"0": "0",
|
31 |
+
"1": "1",
|
32 |
+
"2": "2",
|
33 |
+
"moderate_condition": "3",
|
34 |
+
"modern_renovation": "4",
|
35 |
+
"needs_repair": "5"
|
36 |
+
},
|
37 |
+
"layer_norm_eps": 1e-05,
|
38 |
+
"mlp_ratio": 4.0,
|
39 |
+
"model_type": "swinv2",
|
40 |
+
"num_channels": 3,
|
41 |
+
"num_heads": [
|
42 |
+
3,
|
43 |
+
6,
|
44 |
+
12,
|
45 |
+
24
|
46 |
+
],
|
47 |
+
"num_layers": 4,
|
48 |
+
"out_features": [
|
49 |
+
"stage4"
|
50 |
+
],
|
51 |
+
"out_indices": [
|
52 |
+
4
|
53 |
+
],
|
54 |
+
"patch_size": 4,
|
55 |
+
"path_norm": true,
|
56 |
+
"pretrained_window_sizes": [
|
57 |
+
0,
|
58 |
+
0,
|
59 |
+
0,
|
60 |
+
0
|
61 |
+
],
|
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.47.1",
|
73 |
+
"use_absolute_embeddings": false,
|
74 |
+
"window_size": 16
|
75 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9616ff3f9886f7c2438b1170130ec80cd68241e4e57cef2fe1d1068186d69673
|
3 |
+
size 110362448
|
preprocessor_config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": null,
|
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": "ViTImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.229,
|
14 |
+
0.224,
|
15 |
+
0.225
|
16 |
+
],
|
17 |
+
"resample": 3,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"height": 256,
|
21 |
+
"width": 256
|
22 |
+
}
|
23 |
+
}
|
runs/Dec24_09-49-09_Denis/events.out.tfevents.1735015750.Denis.357930.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0000334796f6fcc2e2de3df8259037cd3d851298e4389b3094b3f767d57256e8
|
3 |
+
size 7445
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9e10fcb51bdb0146d21ce37fcd5ad63e3b1cac247617060305fdf4bab902e0f
|
3 |
+
size 5368
|