File size: 529 Bytes
646c7b2 ed61fa3 646c7b2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
{
"model_cfg": {
"embed_dim": 1408,
"vision_cfg": {
"layers": 40,
"width": 1408,
"patch_size": 14,
"image_size": 224,
"no_ln_pre": true,
"pool_type": "avg",
"final_ln_after_pool": true,
"mlp_ratio": 4.363636363636363,
"norm_kwargs": {
"eps": 1e-06
},
"output_tokens": true,
"head_width": 88
},
"text_cfg": {
"context_length": 77,
"vocab_size": 49408,
"width": 512,
"heads": 8,
"layers": 12
}
}
} |