Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +33 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- pytorch_model_hub_mixin
|
| 4 |
+
- 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 |
+
- Library: [More Information Needed]
|
| 9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"channel_embed": 256,
|
| 3 |
+
"channel_groups": [
|
| 4 |
+
[
|
| 5 |
+
0,
|
| 6 |
+
1,
|
| 7 |
+
2,
|
| 8 |
+
6
|
| 9 |
+
],
|
| 10 |
+
[
|
| 11 |
+
3,
|
| 12 |
+
4,
|
| 13 |
+
5,
|
| 14 |
+
7
|
| 15 |
+
],
|
| 16 |
+
[
|
| 17 |
+
8,
|
| 18 |
+
9
|
| 19 |
+
]
|
| 20 |
+
],
|
| 21 |
+
"decoder_channel_embed": 128,
|
| 22 |
+
"decoder_depth": 8,
|
| 23 |
+
"decoder_embed_dim": 512,
|
| 24 |
+
"decoder_num_heads": 16,
|
| 25 |
+
"depth": 12,
|
| 26 |
+
"embed_dim": 768,
|
| 27 |
+
"img_size": 96,
|
| 28 |
+
"in_chans": 3,
|
| 29 |
+
"mlp_ratio": 4.0,
|
| 30 |
+
"norm_pix_loss": false,
|
| 31 |
+
"num_heads": 16,
|
| 32 |
+
"patch_size": 8
|
| 33 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c6e8070958ddd3575c78516318da52fd5756dac3825560af43ff4a5f93e9987
|
| 3 |
+
size 446523128
|