Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +32 -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 ****:
|
| 8 |
+
- Repo: [More Information Needed]
|
| 9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 1024,
|
| 3 |
+
"init_logit_bias": -10,
|
| 4 |
+
"text_cfg": {
|
| 5 |
+
"context_length": 64,
|
| 6 |
+
"embed_cls": true,
|
| 7 |
+
"embed_unc": true,
|
| 8 |
+
"heads": 16,
|
| 9 |
+
"hf_tokenizer_name": "timm/ViT-B-16-SigLIP",
|
| 10 |
+
"init_unc_bias": -10,
|
| 11 |
+
"layers": 24,
|
| 12 |
+
"no_causal_mask": true,
|
| 13 |
+
"norm_kwargs": {
|
| 14 |
+
"eps": 1e-06
|
| 15 |
+
},
|
| 16 |
+
"pool_type": "last",
|
| 17 |
+
"proj_bias": true,
|
| 18 |
+
"tokenizer_kwargs": {
|
| 19 |
+
"clean": "canonicalize"
|
| 20 |
+
},
|
| 21 |
+
"vocab_size": 32100,
|
| 22 |
+
"width": 1024
|
| 23 |
+
},
|
| 24 |
+
"vision_cfg": {
|
| 25 |
+
"embed_unc": true,
|
| 26 |
+
"image_size": 256,
|
| 27 |
+
"init_unc_bias": -10,
|
| 28 |
+
"layers": 24,
|
| 29 |
+
"patch_size": 16,
|
| 30 |
+
"width": 1024
|
| 31 |
+
}
|
| 32 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ea1387ca8438047788ee9eddf90ee398186677042f12f00a77fd0b89a6e9c30
|
| 3 |
+
size 2571330584
|