Upload standalone vision encoder: vit-only first commit
Browse files- open_clip_config.json +15 -13
- open_clip_pytorch_model.bin +2 -2
open_clip_config.json
CHANGED
|
@@ -1,16 +1,18 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
|
| 4 |
-
"
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
"
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
|
|
|
|
|
|
| 15 |
}
|
| 16 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_cfg": {
|
| 3 |
+
"embed_dim": 1280,
|
| 4 |
+
"vision_cfg": {
|
| 5 |
+
"layers": 32,
|
| 6 |
+
"width": 1280,
|
| 7 |
+
"patch_size": 14,
|
| 8 |
+
"image_size": 224
|
| 9 |
+
},
|
| 10 |
+
"text_cfg": {
|
| 11 |
+
"context_length": 77,
|
| 12 |
+
"vocab_size": 49408,
|
| 13 |
+
"width": 512,
|
| 14 |
+
"heads": 8,
|
| 15 |
+
"layers": 12
|
| 16 |
+
}
|
| 17 |
}
|
| 18 |
}
|
open_clip_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b76b5481beca5a364716c07f97726a07c138e862c607aed3fb7cddc3c43e071b
|
| 3 |
+
size 2529737094
|