Push model using huggingface_hub.
Browse files- README.md +5 -4
- config.json +13 -0
- model.safetensors +3 -0
README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
-
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
| 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 |
+
- Library: [More Information Needed]
|
| 9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dec_depth": 12,
|
| 3 |
+
"dec_embed_dim": 768,
|
| 4 |
+
"dec_num_heads": 12,
|
| 5 |
+
"enc_depth": 24,
|
| 6 |
+
"enc_embed_dim": 1024,
|
| 7 |
+
"enc_num_heads": 16,
|
| 8 |
+
"img_size": 224,
|
| 9 |
+
"mlp_ratio": 4,
|
| 10 |
+
"norm_im2_in_dec": true,
|
| 11 |
+
"patch_size": 16,
|
| 12 |
+
"pos_embed": "RoPE100"
|
| 13 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:084b5427d7afa7101090f4c2d7687d9d5ff2de0f068c2abaaad6c63fc3a9fce6
|
| 3 |
+
size 1706156328
|