Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +35 -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,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"embed_dim": 1152,
|
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-SO400M-14-SigLIP",
|
10 |
+
"init_unc_bias": -10,
|
11 |
+
"layers": 27,
|
12 |
+
"mlp_ratio": 3.7362,
|
13 |
+
"no_causal_mask": true,
|
14 |
+
"norm_kwargs": {
|
15 |
+
"eps": 1e-06
|
16 |
+
},
|
17 |
+
"pool_type": "last",
|
18 |
+
"proj_bias": true,
|
19 |
+
"tokenizer_kwargs": {
|
20 |
+
"clean": "canonicalize"
|
21 |
+
},
|
22 |
+
"vocab_size": 32100,
|
23 |
+
"width": 1152
|
24 |
+
},
|
25 |
+
"vision_cfg": {
|
26 |
+
"embed_unc": true,
|
27 |
+
"head_width": 72,
|
28 |
+
"image_size": 224,
|
29 |
+
"init_unc_bias": -10,
|
30 |
+
"layers": 27,
|
31 |
+
"mlp_ratio": 3.7362,
|
32 |
+
"patch_size": 14,
|
33 |
+
"width": 1152
|
34 |
+
}
|
35 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dbe8dfbcb54fa2286ec1c6dde0876abbc0f079ca849c3bfd4846677b419efe6
|
3 |
+
size 3465225136
|