Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +52 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "microsoft/swinv2-base-patch4-window12to16-192to256-22kto1k-ft",
|
3 |
+
"architectures": [
|
4 |
+
"Swinv2ForImageClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"depths": [
|
8 |
+
2,
|
9 |
+
2,
|
10 |
+
18,
|
11 |
+
2
|
12 |
+
],
|
13 |
+
"drop_path_rate": 0.1,
|
14 |
+
"embed_dim": 128,
|
15 |
+
"encoder_stride": 32,
|
16 |
+
"hidden_act": "gelu",
|
17 |
+
"hidden_dropout_prob": 0.0,
|
18 |
+
"hidden_size": 1024,
|
19 |
+
"id2label": {
|
20 |
+
"0": "LABEL_0"
|
21 |
+
},
|
22 |
+
"image_size": 256,
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"label2id": {
|
25 |
+
"LABEL_0": 0
|
26 |
+
},
|
27 |
+
"layer_norm_eps": 1e-05,
|
28 |
+
"mlp_ratio": 4.0,
|
29 |
+
"model_type": "swinv2",
|
30 |
+
"num_channels": 3,
|
31 |
+
"num_heads": [
|
32 |
+
4,
|
33 |
+
8,
|
34 |
+
16,
|
35 |
+
32
|
36 |
+
],
|
37 |
+
"num_layers": 4,
|
38 |
+
"patch_size": 4,
|
39 |
+
"path_norm": true,
|
40 |
+
"pretrained_window_sizes": [
|
41 |
+
0,
|
42 |
+
0,
|
43 |
+
0,
|
44 |
+
0
|
45 |
+
],
|
46 |
+
"problem_type": "multi_label_classification",
|
47 |
+
"qkv_bias": true,
|
48 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.26.0",
|
50 |
+
"use_absolute_embeddings": false,
|
51 |
+
"window_size": 16
|
52 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f02599b1f039f742a30765336bd43f0d7a090220301e14b4a372222e8c6f92ac
|
3 |
+
size 347748017
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e4afa3ecb60518cabf21477a6a6f09999c041115356cf433eb1670718336496
|
3 |
+
size 3515
|