File size: 349 Bytes
28c6826
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "embed_dim": 1024,
    "vision_cfg": {
        "image_size": 224,
        "layers": 32,
        "width": 1280,
        "head_width": 80,
        "patch_size": 14
    },
    "text_cfg": {
        "hf_model_name": "google/mt5-xl",
        "hf_tokenizer_name": "google/mt5-xl",
        "proj": "mlp",
        "pooler_type": "mean_pooler"
    }
}