Training in progress, epoch 24
Browse files- model.safetensors +1 -1
- tmp-checkpoint-13380/config.json +65 -0
- tmp-checkpoint-13380/model.safetensors +3 -0
- tmp-checkpoint-13380/optimizer.pt +3 -0
- tmp-checkpoint-13380/preprocessor_config.json +22 -0
- tmp-checkpoint-13380/rng_state.pth +3 -0
- tmp-checkpoint-13380/scheduler.pt +3 -0
- tmp-checkpoint-13380/trainer_state.json +0 -0
- tmp-checkpoint-13380/training_args.bin +3 -0
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 110348984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47f9fdc51e31473b9d4d9a9a6269b2caaea3364ce34adbc286601bb8fdf89b46
|
3 |
size 110348984
|
tmp-checkpoint-13380/config.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "noncrack",
|
21 |
+
"1": "sealedcrack",
|
22 |
+
"2": "sealedpatch",
|
23 |
+
"3": "thincrack"
|
24 |
+
},
|
25 |
+
"image_size": 224,
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"label2id": {
|
28 |
+
"noncrack": 0,
|
29 |
+
"sealedcrack": 1,
|
30 |
+
"sealedpatch": 2,
|
31 |
+
"thincrack": 3
|
32 |
+
},
|
33 |
+
"layer_norm_eps": 1e-05,
|
34 |
+
"mlp_ratio": 4.0,
|
35 |
+
"model_type": "swin",
|
36 |
+
"num_channels": 3,
|
37 |
+
"num_heads": [
|
38 |
+
3,
|
39 |
+
6,
|
40 |
+
12,
|
41 |
+
24
|
42 |
+
],
|
43 |
+
"num_layers": 4,
|
44 |
+
"out_features": [
|
45 |
+
"stage4"
|
46 |
+
],
|
47 |
+
"out_indices": [
|
48 |
+
4
|
49 |
+
],
|
50 |
+
"patch_size": 4,
|
51 |
+
"path_norm": true,
|
52 |
+
"problem_type": "single_label_classification",
|
53 |
+
"qkv_bias": true,
|
54 |
+
"stage_names": [
|
55 |
+
"stem",
|
56 |
+
"stage1",
|
57 |
+
"stage2",
|
58 |
+
"stage3",
|
59 |
+
"stage4"
|
60 |
+
],
|
61 |
+
"torch_dtype": "float32",
|
62 |
+
"transformers_version": "4.37.2",
|
63 |
+
"use_absolute_embeddings": false,
|
64 |
+
"window_size": 7
|
65 |
+
}
|
tmp-checkpoint-13380/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:47f9fdc51e31473b9d4d9a9a6269b2caaea3364ce34adbc286601bb8fdf89b46
|
3 |
+
size 110348984
|
tmp-checkpoint-13380/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cceb0e4d24c863097f3000d2f098d7e72fb901ae4ffbbb08b99e4614e9ec298f
|
3 |
+
size 220362874
|
tmp-checkpoint-13380/preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_rescale": true,
|
4 |
+
"do_resize": true,
|
5 |
+
"image_mean": [
|
6 |
+
0.485,
|
7 |
+
0.456,
|
8 |
+
0.406
|
9 |
+
],
|
10 |
+
"image_processor_type": "ViTImageProcessor",
|
11 |
+
"image_std": [
|
12 |
+
0.229,
|
13 |
+
0.224,
|
14 |
+
0.225
|
15 |
+
],
|
16 |
+
"resample": 3,
|
17 |
+
"rescale_factor": 0.00392156862745098,
|
18 |
+
"size": {
|
19 |
+
"height": 224,
|
20 |
+
"width": 224
|
21 |
+
}
|
22 |
+
}
|
tmp-checkpoint-13380/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f093a275bd3a527bd4b13293895f72ccc1357db3122182f395e3c03daff9696
|
3 |
+
size 14244
|
tmp-checkpoint-13380/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:deacdd2404ef6390a6ea085849a30d15a4ade302d59dc7dccdd2036e4b0841a5
|
3 |
+
size 1064
|
tmp-checkpoint-13380/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tmp-checkpoint-13380/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c081bc3c7c7c6c246b97a8d5de1f01d4b69caf186a7167574020cb94e76e323a
|
3 |
+
size 4792
|