hyunwoo3235 commited on
Commit
88d287f
1 Parent(s): 7bc4d9a

Upload 5 files

Browse files
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Swinv2ForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "depths": [
7
+ 2,
8
+ 2,
9
+ 18,
10
+ 2
11
+ ],
12
+ "drop_path_rate": 0.1,
13
+ "embed_dim": 128,
14
+ "encoder_stride": 32,
15
+ "hidden_act": "gelu",
16
+ "hidden_dropout_prob": 0.0,
17
+ "hidden_size": 1024,
18
+ "image_size": 384,
19
+ "initializer_range": 0.02,
20
+ "layer_norm_eps": 1e-05,
21
+ "mlp_ratio": 4.0,
22
+ "model_type": "swinv2",
23
+ "num_channels": 3,
24
+ "num_heads": [
25
+ 4,
26
+ 8,
27
+ 16,
28
+ 32
29
+ ],
30
+ "num_layers": 4,
31
+ "out_features": [
32
+ "stage4"
33
+ ],
34
+ "out_indices": [
35
+ 4
36
+ ],
37
+ "patch_size": 4,
38
+ "path_norm": true,
39
+ "pretrained_window_sizes": [
40
+ 0,
41
+ 0,
42
+ 0,
43
+ 0
44
+ ],
45
+ "qkv_bias": true,
46
+ "stage_names": [
47
+ "stem",
48
+ "stage1",
49
+ "stage2",
50
+ "stage3",
51
+ "stage4"
52
+ ],
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.41.0",
55
+ "use_absolute_embeddings": false,
56
+ "window_size": 24
57
+ }
flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b89f1d9d7707311df3fc01a3cd2823ef5e9bfe8f2d06102a924f8580669fc2ea
3
+ size 360188566
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9f78a861117bf26452f5b68f46b23cd9f2d9ce2c396e89c2bc307f3fe249294
3
+ size 347633832
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_std": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "resample": 3,
16
+ "size": 384
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2439f8be0a08c304a45669c2cc030a0b64915c6685f763f9e6282d56077a7728
3
+ size 347733862