upload checkpoint
Browse files- config.json +37 -0
- lcl_vit_b_16_laion_e32.pt +3 -0
config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"embed_dim": 768,
|
| 3 |
+
"vision_cfg": {
|
| 4 |
+
"image_size": 224,
|
| 5 |
+
"layers": 12,
|
| 6 |
+
"width": 768,
|
| 7 |
+
"patch_size": 16
|
| 8 |
+
},
|
| 9 |
+
"text_cfg": {
|
| 10 |
+
"context_length": 280,
|
| 11 |
+
"vocab_size": 49411,
|
| 12 |
+
"width": 768,
|
| 13 |
+
"heads": 12,
|
| 14 |
+
"layers": 12,
|
| 15 |
+
"tokenizer_kwargs": {
|
| 16 |
+
"additional_special_tokens": [
|
| 17 |
+
"<img_placehold>",
|
| 18 |
+
"<start_of_img>",
|
| 19 |
+
"<end_of_img>"
|
| 20 |
+
]
|
| 21 |
+
}
|
| 22 |
+
},
|
| 23 |
+
"pool_project_cfg": {
|
| 24 |
+
"pool_proj_type": "attn",
|
| 25 |
+
"input_dim": 768,
|
| 26 |
+
"output_dim": 768,
|
| 27 |
+
"attn_num_heads": 12
|
| 28 |
+
},
|
| 29 |
+
"special_token_ids": {
|
| 30 |
+
"<start_of_text>": 49406,
|
| 31 |
+
"<end_of_text>": 49407,
|
| 32 |
+
"<img_placehold>": 49408,
|
| 33 |
+
"<start_of_img>": 49409,
|
| 34 |
+
"<end_of_img>": 49410
|
| 35 |
+
},
|
| 36 |
+
"custom_text": true
|
| 37 |
+
}
|
lcl_vit_b_16_laion_e32.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e63a12d040c41bb8a8a7d87c0da628c3bf70af4286823add16ec4688ce02e9b2
|
| 3 |
+
size 2999485787
|