BAAI
/

File size: 283 Bytes
a9b3ed0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "image_dim": 4,
  "image_size": 1024,
  "image_stride": 8,
  "text_token_dim": 2560,
  "text_token_len": 256,
  "video_base_size": [
    1,
    32,
    32
  ],
  "image_base_size": [
    64,
    64
  ],
  "arch": [
    "vit_d16w1536",
    "vit_d32w1536",
    "mlp_d6w1536"
  ]
}