shonenkov commited on
Commit
def1e4d
1 Parent(s): 2824fa9

add weights

Browse files
Files changed (3) hide show
  1. bpe.model +3 -0
  2. config.json +14 -0
  3. pytorch_model.bin +3 -0
bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26db7928d1a022215fc5a1948c46d17c8e39e471b4d0f8b3d1edfd91c7c62571
3
+ size 747907
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "embed_dim": 512,
3
+ "image_resolution": 224,
4
+ "vision_layers": 12,
5
+ "vision_width": 768,
6
+ "vision_patch_size": 32,
7
+ "context_length": 77,
8
+ "vocab_size": 49408,
9
+ "transformer_width": 512,
10
+ "transformer_heads": 8,
11
+ "transformer_layers": 12,
12
+ "mean": [0.48145466, 0.4578275, 0.40821073],
13
+ "std": [0.26862954, 0.26130258, 0.27577711]
14
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbd13d0a68c72b5efa6ff3c0db381d757112cdd657c8447df2656290a2d65f66
3
+ size 605217061