chayryali commited on
Commit
3cf9244
1 Parent(s): 2262e3c

Push model using huggingface_hub.

Browse files
Files changed (2) hide show
  1. config.json +51 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "input_size": [
3
+ 224,
4
+ 224
5
+ ],
6
+ "in_chans": 3,
7
+ "embed_dim": 96,
8
+ "num_heads": 1,
9
+ "num_classes": 1000,
10
+ "stages": [
11
+ 1,
12
+ 2,
13
+ 11,
14
+ 2
15
+ ],
16
+ "q_pool": 3,
17
+ "q_stride": [
18
+ 2,
19
+ 2
20
+ ],
21
+ "mask_unit_size": [
22
+ 8,
23
+ 8
24
+ ],
25
+ "mask_unit_attn": [
26
+ true,
27
+ true,
28
+ false,
29
+ false
30
+ ],
31
+ "dim_mul": 2.0,
32
+ "head_mul": 2.0,
33
+ "patch_kernel": [
34
+ 7,
35
+ 7
36
+ ],
37
+ "patch_stride": [
38
+ 4,
39
+ 4
40
+ ],
41
+ "patch_padding": [
42
+ 3,
43
+ 3
44
+ ],
45
+ "mlp_ratio": 4.0,
46
+ "drop_path_rate": 0.0,
47
+ "norm_layer": "LayerNorm",
48
+ "head_dropout": 0.0,
49
+ "head_init_scale": 0.001,
50
+ "sep_pos_embed": false
51
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8079ea7d7a4a8a452f8e33ba229bd4c43f5375ba7d954e7ee70b736cab326ee8
3
+ size 140051080