Push model using huggingface_hub.
Browse files- README.md +10 -3
- config.json +18 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attn_pooler_heads": 8,
|
3 |
+
"drop_path": 0.0,
|
4 |
+
"heads": 16,
|
5 |
+
"image_size": 336,
|
6 |
+
"layers": 24,
|
7 |
+
"ls_init_value": null,
|
8 |
+
"mlp_ratio": 4.0,
|
9 |
+
"output_dim": 1024,
|
10 |
+
"patch_size": 14,
|
11 |
+
"pool_type": "attn",
|
12 |
+
"use_abs_posemb": true,
|
13 |
+
"use_cls_token": true,
|
14 |
+
"use_ln_post": true,
|
15 |
+
"use_ln_pre": true,
|
16 |
+
"use_rope2d": true,
|
17 |
+
"width": 1024
|
18 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f324a907b120a63307aa329afe4cd34e67cab5dcb81a2a7e94108c9ac81866b4
|
3 |
+
size 1268638944
|