shonenkov
commited on
Commit
•
c6746c7
1
Parent(s):
42a0887
add weights
Browse files- bpe.model +3 -0
- config.json +14 -0
- 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": 768,
|
3 |
+
"image_resolution": 336,
|
4 |
+
"vision_layers": 24,
|
5 |
+
"vision_width": 1024,
|
6 |
+
"vision_patch_size": 14,
|
7 |
+
"context_length": 77,
|
8 |
+
"vocab_size": 49408,
|
9 |
+
"transformer_width": 768,
|
10 |
+
"transformer_heads": 12,
|
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:39edca30dbb7421989cc78e8787bd3b8ad6829ac6f1279f9c29a1535fe86bb9f
|
3 |
+
size 1711937797
|