File size: 881 Bytes
bb740e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
44
45
{
  "model_cfg": {
    "embed_dim": 768,
    "init_logit_bias": -10,
    "custom_text": true,
    "vision_cfg": {
      "image_size": 224,
      "timm_model_name": "vit_base_patch16_siglip_224",
      "timm_model_pretrained": false,
      "timm_pool": "map",
      "timm_proj": "none"
    },
    "text_cfg": {
      "context_length": 64,
      "vocab_size": 32000,
      "tokenizer_kwargs": {
        "clean": "canonicalize"
      },
      "width": 768,
      "heads": 12,
      "layers": 12,
      "no_causal_mask": true,
      "proj_bias": true,
      "pool_type": "last",
      "norm_kwargs": {
        "eps": 1e-06
      },
      "hf_tokenizer_name": "timm/ViT-B-16-SigLIP"
    }
  },
  "preprocess_cfg": {
    "mean": [
      0.5,
      0.5,
      0.5
    ],
    "std": [
      0.5,
      0.5,
      0.5
    ],
    "interpolation": "bicubic",
    "resize_mode": "squash"
  }
}