Training in progress, epoch 0
Browse files- config.json +33 -11
- preprocessor_config.json +9 -9
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,10 +1,18 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.0,
|
| 7 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
"hidden_act": "gelu",
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
|
@@ -28,9 +36,8 @@
|
|
| 28 |
"8": "\u6708\u4eae",
|
| 29 |
"9": "\u72d7"
|
| 30 |
},
|
| 31 |
-
"image_size":
|
| 32 |
"initializer_range": 0.02,
|
| 33 |
-
"intermediate_size": 3072,
|
| 34 |
"label2id": {
|
| 35 |
"\u54ed": "0",
|
| 36 |
"\u5750": "1",
|
|
@@ -51,14 +58,29 @@
|
|
| 51 |
"\u81ea\u884c\u8f66": "16",
|
| 52 |
"\u829d\u9ebb": "17"
|
| 53 |
},
|
| 54 |
-
"layer_norm_eps": 1e-
|
| 55 |
-
"
|
| 56 |
-
"
|
| 57 |
"num_channels": 3,
|
| 58 |
-
"
|
| 59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
"problem_type": "single_label_classification",
|
| 61 |
"qkv_bias": true,
|
| 62 |
"torch_dtype": "float32",
|
| 63 |
-
"transformers_version": "4.28.1"
|
|
|
|
|
|
|
| 64 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "microsoft/swinv2-tiny-patch4-window8-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,
|
|
|
|
| 36 |
"8": "\u6708\u4eae",
|
| 37 |
"9": "\u72d7"
|
| 38 |
},
|
| 39 |
+
"image_size": 256,
|
| 40 |
"initializer_range": 0.02,
|
|
|
|
| 41 |
"label2id": {
|
| 42 |
"\u54ed": "0",
|
| 43 |
"\u5750": "1",
|
|
|
|
| 58 |
"\u81ea\u884c\u8f66": "16",
|
| 59 |
"\u829d\u9ebb": "17"
|
| 60 |
},
|
| 61 |
+
"layer_norm_eps": 1e-05,
|
| 62 |
+
"mlp_ratio": 4.0,
|
| 63 |
+
"model_type": "swinv2",
|
| 64 |
"num_channels": 3,
|
| 65 |
+
"num_heads": [
|
| 66 |
+
3,
|
| 67 |
+
6,
|
| 68 |
+
12,
|
| 69 |
+
24
|
| 70 |
+
],
|
| 71 |
+
"num_layers": 4,
|
| 72 |
+
"patch_size": 4,
|
| 73 |
+
"path_norm": true,
|
| 74 |
+
"pretrained_window_sizes": [
|
| 75 |
+
0,
|
| 76 |
+
0,
|
| 77 |
+
0,
|
| 78 |
+
0
|
| 79 |
+
],
|
| 80 |
"problem_type": "single_label_classification",
|
| 81 |
"qkv_bias": true,
|
| 82 |
"torch_dtype": "float32",
|
| 83 |
+
"transformers_version": "4.28.1",
|
| 84 |
+
"use_absolute_embeddings": false,
|
| 85 |
+
"window_size": 8
|
| 86 |
}
|
preprocessor_config.json
CHANGED
|
@@ -3,20 +3,20 @@
|
|
| 3 |
"do_rescale": true,
|
| 4 |
"do_resize": true,
|
| 5 |
"image_mean": [
|
| 6 |
-
0.
|
| 7 |
-
0.
|
| 8 |
-
0.
|
| 9 |
],
|
| 10 |
"image_processor_type": "ViTImageProcessor",
|
| 11 |
"image_std": [
|
| 12 |
-
0.
|
| 13 |
-
0.
|
| 14 |
-
0.
|
| 15 |
],
|
| 16 |
-
"resample":
|
| 17 |
"rescale_factor": 0.00392156862745098,
|
| 18 |
"size": {
|
| 19 |
-
"height":
|
| 20 |
-
"width":
|
| 21 |
}
|
| 22 |
}
|
|
|
|
| 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": 256,
|
| 20 |
+
"width": 256
|
| 21 |
}
|
| 22 |
}
|
pytorch_model.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:910535e82e2466731b4881cb923824ff7e71dd1864fcfb6be7205a6303573e5d
|
| 3 |
+
size 110454369
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a66eefcbd71bec5aec9d17e31e6da58c63b88728cf97b70418760c53fcae3e00
|
| 3 |
size 3579
|