SanghyukChun
commited on
Commit
•
4f28e67
1
Parent(s):
75dfa7e
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": 768,
|
3 |
+
"init_logit_bias": -10,
|
4 |
+
"text_cfg": {
|
5 |
+
"context_length": 64,
|
6 |
+
"embed_cls": true,
|
7 |
+
"embed_unc": true,
|
8 |
+
"heads": 12,
|
9 |
+
"hf_tokenizer_name": "timm/ViT-B-16-SigLIP",
|
10 |
+
"init_unc_bias": -10,
|
11 |
+
"layers": 12,
|
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": 768
|
23 |
+
},
|
24 |
+
"vision_cfg": {
|
25 |
+
"embed_unc": true,
|
26 |
+
"image_size": 224,
|
27 |
+
"init_unc_bias": -10,
|
28 |
+
"layers": 12,
|
29 |
+
"patch_size": 16,
|
30 |
+
"width": 768
|
31 |
+
}
|
32 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69081b72e4cd21dd2b45bc1a2dd26f9cb36b02b53bb145eef8720fd265a15691
|
3 |
+
size 791729928
|