File size: 886 Bytes
acd771b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "architectures": [
    "RaonVEModel"
  ],
  "model_type": "raon_ve",
  "auto_map": {
    "AutoConfig": "configuration_raonve.RaonVEConfig",
    "AutoModel": "modeling_raonve.RaonVEModel"
  },
  "embed_dim": 1152,
  "init_logit_bias": -10,
  "vision_config": {
    "image_size": 256,
    "timm_model_name": "vit_so400m_patch16_siglip_256",
    "timm_model_pretrained": false,
    "timm_pool": "map",
    "timm_proj": "none"
  },
  "text_config": {
    "context_length": 64,
    "vocab_size": 256000,
    "hf_tokenizer_name": "timm/ViT-SO400M-16-SigLIP2-256",
    "tokenizer_kwargs": {
      "clean": "canonicalize"
    },
    "width": 1152,
    "heads": 16,
    "layers": 27,
    "mlp_ratio": 3.7362,
    "no_causal_mask": true,
    "proj_bias": true,
    "pool_type": "last",
    "norm_kwargs": {
      "eps": 1e-06
    },
    "act_kwargs": {
      "approximate": "tanh"
    }
  }
}