Training in progress, epoch 1
Browse files- config.json +60 -60
- model.safetensors +1 -1
- preprocessor_config.json +23 -23
- runs/May03_03-56-27_454c64b3c6c7/events.out.tfevents.1746244601.454c64b3c6c7.6494.0 +3 -0
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -1,60 +1,60 @@
|
|
| 1 |
-
{
|
| 2 |
-
"architectures": [
|
| 3 |
-
"SwinForImageClassification"
|
| 4 |
-
],
|
| 5 |
-
"attention_probs_dropout_prob": 0.0,
|
| 6 |
-
"depths": [
|
| 7 |
-
2,
|
| 8 |
-
2,
|
| 9 |
-
6,
|
| 10 |
-
2
|
| 11 |
-
],
|
| 12 |
-
"drop_path_rate": 0.1,
|
| 13 |
-
"embed_dim": 96,
|
| 14 |
-
"encoder_stride": 32,
|
| 15 |
-
"hidden_act": "gelu",
|
| 16 |
-
"hidden_dropout_prob": 0.0,
|
| 17 |
-
"hidden_size": 768,
|
| 18 |
-
"id2label": {
|
| 19 |
-
"0": "Blur",
|
| 20 |
-
"1": "Not Blur"
|
| 21 |
-
},
|
| 22 |
-
"image_size": 224,
|
| 23 |
-
"initializer_range": 0.02,
|
| 24 |
-
"label2id": {
|
| 25 |
-
"Blur": 0,
|
| 26 |
-
"Not Blur": 1
|
| 27 |
-
},
|
| 28 |
-
"layer_norm_eps": 1e-05,
|
| 29 |
-
"mlp_ratio": 4.0,
|
| 30 |
-
"model_type": "swin",
|
| 31 |
-
"num_channels": 3,
|
| 32 |
-
"num_heads": [
|
| 33 |
-
3,
|
| 34 |
-
6,
|
| 35 |
-
12,
|
| 36 |
-
24
|
| 37 |
-
],
|
| 38 |
-
"num_layers": 4,
|
| 39 |
-
"out_features": [
|
| 40 |
-
"stage4"
|
| 41 |
-
],
|
| 42 |
-
"out_indices": [
|
| 43 |
-
4
|
| 44 |
-
],
|
| 45 |
-
"patch_size": 4,
|
| 46 |
-
"path_norm": true,
|
| 47 |
-
"problem_type": "single_label_classification",
|
| 48 |
-
"qkv_bias": true,
|
| 49 |
-
"stage_names": [
|
| 50 |
-
"stem",
|
| 51 |
-
"stage1",
|
| 52 |
-
"stage2",
|
| 53 |
-
"stage3",
|
| 54 |
-
"stage4"
|
| 55 |
-
],
|
| 56 |
-
"torch_dtype": "float32",
|
| 57 |
-
"transformers_version": "4.
|
| 58 |
-
"use_absolute_embeddings": false,
|
| 59 |
-
"window_size": 7
|
| 60 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"SwinForImageClassification"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.0,
|
| 6 |
+
"depths": [
|
| 7 |
+
2,
|
| 8 |
+
2,
|
| 9 |
+
6,
|
| 10 |
+
2
|
| 11 |
+
],
|
| 12 |
+
"drop_path_rate": 0.1,
|
| 13 |
+
"embed_dim": 96,
|
| 14 |
+
"encoder_stride": 32,
|
| 15 |
+
"hidden_act": "gelu",
|
| 16 |
+
"hidden_dropout_prob": 0.0,
|
| 17 |
+
"hidden_size": 768,
|
| 18 |
+
"id2label": {
|
| 19 |
+
"0": "Blur",
|
| 20 |
+
"1": "Not Blur"
|
| 21 |
+
},
|
| 22 |
+
"image_size": 224,
|
| 23 |
+
"initializer_range": 0.02,
|
| 24 |
+
"label2id": {
|
| 25 |
+
"Blur": 0,
|
| 26 |
+
"Not Blur": 1
|
| 27 |
+
},
|
| 28 |
+
"layer_norm_eps": 1e-05,
|
| 29 |
+
"mlp_ratio": 4.0,
|
| 30 |
+
"model_type": "swin",
|
| 31 |
+
"num_channels": 3,
|
| 32 |
+
"num_heads": [
|
| 33 |
+
3,
|
| 34 |
+
6,
|
| 35 |
+
12,
|
| 36 |
+
24
|
| 37 |
+
],
|
| 38 |
+
"num_layers": 4,
|
| 39 |
+
"out_features": [
|
| 40 |
+
"stage4"
|
| 41 |
+
],
|
| 42 |
+
"out_indices": [
|
| 43 |
+
4
|
| 44 |
+
],
|
| 45 |
+
"patch_size": 4,
|
| 46 |
+
"path_norm": true,
|
| 47 |
+
"problem_type": "single_label_classification",
|
| 48 |
+
"qkv_bias": true,
|
| 49 |
+
"stage_names": [
|
| 50 |
+
"stem",
|
| 51 |
+
"stage1",
|
| 52 |
+
"stage2",
|
| 53 |
+
"stage3",
|
| 54 |
+
"stage4"
|
| 55 |
+
],
|
| 56 |
+
"torch_dtype": "float32",
|
| 57 |
+
"transformers_version": "4.51.3",
|
| 58 |
+
"use_absolute_embeddings": false,
|
| 59 |
+
"window_size": 7
|
| 60 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 110342832
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e31718b69680406d9bc93286fc2cc596632246fe7d88628d0b906c80b60ee2d
|
| 3 |
size 110342832
|
preprocessor_config.json
CHANGED
|
@@ -1,23 +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": 224,
|
| 21 |
-
"width": 224
|
| 22 |
-
}
|
| 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": 224,
|
| 21 |
+
"width": 224
|
| 22 |
+
}
|
| 23 |
+
}
|
runs/May03_03-56-27_454c64b3c6c7/events.out.tfevents.1746244601.454c64b3c6c7.6494.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa5ae488df71f37903bc96015da0b12fdac4cd8f9768b465b5b6a77b7edf09a3
|
| 3 |
+
size 5710
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30eb9464672918c4999be6ddf2850b84fe491dd14105d51bee7ac4bd9813821c
|
| 3 |
+
size 5777
|