kijeong22 commited on
Commit
207abb1
1 Parent(s): c725013

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +8 -8
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
3
  "architectures": [
4
  "SwinForImageClassification"
5
  ],
@@ -7,15 +7,15 @@
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
  "image_size": 224,
20
  "initializer_range": 0.02,
21
  "layer_norm_eps": 1e-05,
@@ -23,10 +23,10 @@
23
  "model_type": "swin",
24
  "num_channels": 3,
25
  "num_heads": [
26
- 3,
27
- 6,
28
- 12,
29
- 24
30
  ],
31
  "num_layers": 4,
32
  "out_features": [
 
1
  {
2
+ "_name_or_path": "microsoft/swin-base-patch4-window7-224-in22k",
3
  "architectures": [
4
  "SwinForImageClassification"
5
  ],
 
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
  "image_size": 224,
20
  "initializer_range": 0.02,
21
  "layer_norm_eps": 1e-05,
 
23
  "model_type": "swin",
24
  "num_channels": 3,
25
  "num_heads": [
26
+ 4,
27
+ 8,
28
+ 16,
29
+ 32
30
  ],
31
  "num_layers": 4,
32
  "out_features": [
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f8f4a6479e9142338f8d2d1d75a372868b614d94f9d015b4efe57af542083dd9
3
- size 110342832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06baf302f8ba8649c5634e134257896b7c3f996dd4294856162ef81fa5a8929d
3
+ size 347498816
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91dbb7171b585ea1a43e4781a15c369115f5af76ff48d2dd794f5ee2a3191171
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07130d200f60285e926ce3ec6d8808f55f5bb0127b694dc40495f36a39a48858
3
  size 4219