Push model using huggingface_hub.
Browse files- README.md +10 -0
- config.json +33 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- model_hub_mixin
|
| 4 |
+
- pytorch_model_hub_mixin
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
| 8 |
+
- Code: [More Information Needed]
|
| 9 |
+
- Paper: [More Information Needed]
|
| 10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"ape": false,
|
| 3 |
+
"attn_drop_rate": 0.0,
|
| 4 |
+
"depths": [
|
| 5 |
+
2,
|
| 6 |
+
2,
|
| 7 |
+
18,
|
| 8 |
+
2
|
| 9 |
+
],
|
| 10 |
+
"drop_path_rate": 0.1,
|
| 11 |
+
"drop_rate": 0.0,
|
| 12 |
+
"embed_dim": 192,
|
| 13 |
+
"img_size": [
|
| 14 |
+
224,
|
| 15 |
+
224
|
| 16 |
+
],
|
| 17 |
+
"in_chans": 3,
|
| 18 |
+
"mlp_ratio": 4.0,
|
| 19 |
+
"model_type": "swin_transformer",
|
| 20 |
+
"num_classes": 0,
|
| 21 |
+
"num_heads": [
|
| 22 |
+
6,
|
| 23 |
+
12,
|
| 24 |
+
24,
|
| 25 |
+
48
|
| 26 |
+
],
|
| 27 |
+
"patch_norm": true,
|
| 28 |
+
"patch_size": 4,
|
| 29 |
+
"qk_scale": null,
|
| 30 |
+
"qkv_bias": true,
|
| 31 |
+
"use_checkpoint": false,
|
| 32 |
+
"window_size": 7
|
| 33 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8714a472f5e09b35b9cd5d5db8101b05bd1dc2faa5c2a66b8440432203583e1c
|
| 3 |
+
size 781594608
|