Push model using huggingface_hub.
Browse files- config.json +1 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"input_size": [224, 224], "in_chans": 3, "embed_dim": 96, "num_heads": 1, "num_classes": 1000, "stages": [1, 2, 7, 2], "q_pool": 3, "q_stride": [2, 2], "mask_unit_size": [8, 8], "mask_unit_attn": [true, true, false, false], "dim_mul": 2.0, "head_mul": 2.0, "patch_kernel": [7, 7], "patch_stride": [4, 4], "patch_padding": [3, 3], "mlp_ratio": 4.0, "drop_path_rate": 0.0, "norm_layer": "LayerNorm", "head_dropout": 0.0, "head_init_scale": 0.001, "sep_pos_embed": false}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4b343694fd3470aeb5a7273aa72bd5e2073b744e5ec528ea8e4144f330e68ce
|
3 |
+
size 111695166
|