Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +67 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Oct09_03-55-26_f76b01336d31/1696823750.831978/events.out.tfevents.1696823750.f76b01336d31.1308.1 +3 -0
- runs/Oct09_03-55-26_f76b01336d31/1696824226.2147372/events.out.tfevents.1696824226.f76b01336d31.1308.2 +3 -0
- runs/Oct09_03-55-26_f76b01336d31/1696824381.5874557/events.out.tfevents.1696824381.f76b01336d31.1308.3 +3 -0
- runs/Oct09_03-55-26_f76b01336d31/events.out.tfevents.1696823750.f76b01336d31.1308.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "full-bleed",
|
| 21 |
+
"1": "illustration",
|
| 22 |
+
"2": "logo",
|
| 23 |
+
"3": "photo",
|
| 24 |
+
"4": "qr-code"
|
| 25 |
+
},
|
| 26 |
+
"image_size": 224,
|
| 27 |
+
"initializer_range": 0.02,
|
| 28 |
+
"label2id": {
|
| 29 |
+
"full-bleed": 0,
|
| 30 |
+
"illustration": 1,
|
| 31 |
+
"logo": 2,
|
| 32 |
+
"photo": 3,
|
| 33 |
+
"qr-code": 4
|
| 34 |
+
},
|
| 35 |
+
"layer_norm_eps": 1e-05,
|
| 36 |
+
"mlp_ratio": 4.0,
|
| 37 |
+
"model_type": "swin",
|
| 38 |
+
"num_channels": 3,
|
| 39 |
+
"num_heads": [
|
| 40 |
+
3,
|
| 41 |
+
6,
|
| 42 |
+
12,
|
| 43 |
+
24
|
| 44 |
+
],
|
| 45 |
+
"num_layers": 4,
|
| 46 |
+
"out_features": [
|
| 47 |
+
"stage4"
|
| 48 |
+
],
|
| 49 |
+
"out_indices": [
|
| 50 |
+
4
|
| 51 |
+
],
|
| 52 |
+
"patch_size": 4,
|
| 53 |
+
"path_norm": true,
|
| 54 |
+
"problem_type": "single_label_classification",
|
| 55 |
+
"qkv_bias": true,
|
| 56 |
+
"stage_names": [
|
| 57 |
+
"stem",
|
| 58 |
+
"stage1",
|
| 59 |
+
"stage2",
|
| 60 |
+
"stage3",
|
| 61 |
+
"stage4"
|
| 62 |
+
],
|
| 63 |
+
"torch_dtype": "float32",
|
| 64 |
+
"transformers_version": "4.28.0",
|
| 65 |
+
"use_absolute_embeddings": false,
|
| 66 |
+
"window_size": 7
|
| 67 |
+
}
|
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 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06324766735c7d6dee0243bf46fae63f705885764428d09d02a56f2afe57fa63
|
| 3 |
+
size 110404081
|
runs/Oct09_03-55-26_f76b01336d31/1696823750.831978/events.out.tfevents.1696823750.f76b01336d31.1308.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8139a3427def9e763f908b37fb0f1569271f3ab0c5ac05137976b33d9c07839
|
| 3 |
+
size 5976
|
runs/Oct09_03-55-26_f76b01336d31/1696824226.2147372/events.out.tfevents.1696824226.f76b01336d31.1308.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:323ae1d050117cb5ede60f3ef1f88b8c718c4406babe48a1cfb81f3b4b026142
|
| 3 |
+
size 5976
|
runs/Oct09_03-55-26_f76b01336d31/1696824381.5874557/events.out.tfevents.1696824381.f76b01336d31.1308.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:872c2f2957d5bb322e681f264e8dc5fc28c361e1bb7aa66895092cc891c0faf2
|
| 3 |
+
size 5976
|
runs/Oct09_03-55-26_f76b01336d31/events.out.tfevents.1696823750.f76b01336d31.1308.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:defbe5daf51fa8abed195e2a168da4d9c80588762829ac867ceb2753278f5253
|
| 3 |
+
size 14172
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29033a6dd514e0d0abc19013095a7f2cf21a96f7073d3623044f1e1f35a3970d
|
| 3 |
+
size 3643
|