chayryali commited on
Commit
0865d33
1 Parent(s): 674b562

Push model using huggingface_hub.

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