File size: 563 Bytes
9eb3654
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "embed_dim": 1024,
    "vision_cfg": {
        "image_size": 224,
        "layers": 64,
        "width": 1792,
        "head_width": 112,
        "mlp_ratio": 8.571428571428571,
        "patch_size": 14,
        "eva_model_name": "eva-clip-4b-14-x",
        "drop_path_rate": 0,
        "xattn": true,
        "postnorm": true,
        "fusedLN": true
    },
    "text_cfg": {
        "context_length": 77,
        "vocab_size": 49408,
        "width": 1024,
        "heads": 16,
        "layers": 24,
        "xattn": false,
        "fusedLN": true
    }
}