Yanqing0327 commited on
Commit
ec72773
·
verified ·
1 Parent(s): c82e26d

Upload standalone vision encoder: vit-only first commit

Browse files
open_clip_config.json CHANGED
@@ -1,16 +1,18 @@
1
  {
2
- "embed_dim": 1280,
3
- "vision_cfg": {
4
- "layers": 32,
5
- "width": 1280,
6
- "patch_size": 14,
7
- "image_size": 224
8
- },
9
- "text_cfg": {
10
- "context_length": 77,
11
- "vocab_size": 49408,
12
- "width": 512,
13
- "heads": 8,
14
- "layers": 12
 
 
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:a5f3dd1c8686e5ccdabbfa9651a9f202e39cf43bb306219cc22aee01bd376a23
3
- size 7871096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b76b5481beca5a364716c07f97726a07c138e862c607aed3fb7cddc3c43e071b
3
+ size 2529737094