Upload standalone vision encoder: vit-only first commit
Browse files- open_clip_config.json +26 -0
- open_clip_pytorch_model.bin +3 -0
open_clip_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_cfg": {
|
| 3 |
+
"embed_dim": 1024,
|
| 4 |
+
"vision_cfg": {
|
| 5 |
+
"layers": 24,
|
| 6 |
+
"width": 1024,
|
| 7 |
+
"patch_size": 14,
|
| 8 |
+
"image_size": 224,
|
| 9 |
+
"no_ln_pre": true,
|
| 10 |
+
"pool_type": "avg",
|
| 11 |
+
"final_ln_after_pool": true,
|
| 12 |
+
"norm_kwargs": {
|
| 13 |
+
"eps": 1e-06
|
| 14 |
+
},
|
| 15 |
+
"output_tokens": true,
|
| 16 |
+
"head_width": 64
|
| 17 |
+
},
|
| 18 |
+
"text_cfg": {
|
| 19 |
+
"context_length": 77,
|
| 20 |
+
"vocab_size": 49408,
|
| 21 |
+
"width": 512,
|
| 22 |
+
"heads": 8,
|
| 23 |
+
"layers": 12
|
| 24 |
+
}
|
| 25 |
+
}
|
| 26 |
+
}
|
open_clip_pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d32a0a88e2adbb921a290e932423a60ddc26e5e3278b30b609fc5a8d5da74718
|
| 3 |
+
size 1217003187
|