Training in progress, epoch 1
Browse files- config.json +4 -10
- model.safetensors +2 -2
- preprocessor_config.json +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "microsoft/
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"depths": [
|
@@ -15520,7 +15520,7 @@
|
|
15520 |
"9998": 15434,
|
15521 |
"9999": 9590
|
15522 |
},
|
15523 |
-
"image_size":
|
15524 |
"initializer_range": 0.02,
|
15525 |
"label2id": {
|
15526 |
"0": "3919",
|
@@ -31027,7 +31027,7 @@
|
|
31027 |
},
|
31028 |
"layer_norm_eps": 1e-05,
|
31029 |
"mlp_ratio": 4.0,
|
31030 |
-
"model_type": "
|
31031 |
"num_channels": 3,
|
31032 |
"num_heads": [
|
31033 |
6,
|
@@ -31044,12 +31044,6 @@
|
|
31044 |
],
|
31045 |
"patch_size": 4,
|
31046 |
"path_norm": true,
|
31047 |
-
"pretrained_window_sizes": [
|
31048 |
-
0,
|
31049 |
-
0,
|
31050 |
-
0,
|
31051 |
-
0
|
31052 |
-
],
|
31053 |
"problem_type": "single_label_classification",
|
31054 |
"qkv_bias": true,
|
31055 |
"stage_names": [
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "microsoft/swin-large-patch4-window12-384-in22k",
|
3 |
"architectures": [
|
4 |
+
"SwinForImageClassification"
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.0,
|
7 |
"depths": [
|
|
|
15520 |
"9998": 15434,
|
15521 |
"9999": 9590
|
15522 |
},
|
15523 |
+
"image_size": 384,
|
15524 |
"initializer_range": 0.02,
|
15525 |
"label2id": {
|
15526 |
"0": "3919",
|
|
|
31027 |
},
|
31028 |
"layer_norm_eps": 1e-05,
|
31029 |
"mlp_ratio": 4.0,
|
31030 |
+
"model_type": "swin",
|
31031 |
"num_channels": 3,
|
31032 |
"num_heads": [
|
31033 |
6,
|
|
|
31044 |
],
|
31045 |
"patch_size": 4,
|
31046 |
"path_norm": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
31047 |
"problem_type": "single_label_classification",
|
31048 |
"qkv_bias": true,
|
31049 |
"stage_names": [
|
model.safetensors
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:d8e18b8b81abd1ff6a8553856dd8d2dd913f8123376e1caa20f9dcb572b662f6
|
3 |
+
size 880132908
|
preprocessor_config.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
"resample": 3,
|
17 |
"rescale_factor": 0.00392156862745098,
|
18 |
"size": {
|
19 |
-
"height":
|
20 |
-
"width":
|
21 |
}
|
22 |
}
|
|
|
16 |
"resample": 3,
|
17 |
"rescale_factor": 0.00392156862745098,
|
18 |
"size": {
|
19 |
+
"height": 384,
|
20 |
+
"width": 384
|
21 |
}
|
22 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aba471858940671d1f6e3bc9189a1286d1efc2ab96409fbc2c84a08870a50197
|
3 |
size 6136
|