File size: 1,562 Bytes
baa0dbb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
  "architectures": [
    "AlignModel"
  ],
  "dtype": "float32",
  "initializer_range": 0.02,
  "model_type": "align",
  "projection_dim": 64,
  "temperature_init_value": 1.0,
  "text_config": {
    "attention_probs_dropout_prob": 0.1,
    "bos_token_id": null,
    "eos_token_id": null,
    "hidden_act": "gelu",
    "hidden_dropout_prob": 0.1,
    "hidden_size": 32,
    "initializer_range": 0.02,
    "intermediate_size": 37,
    "is_decoder": false,
    "layer_norm_eps": 1e-12,
    "max_position_embeddings": 512,
    "model_type": "align_text_model",
    "num_attention_heads": 4,
    "num_hidden_layers": 2,
    "pad_token_id": 0,
    "type_vocab_size": 16,
    "vocab_size": 1024
  },
  "transformers_version": "5.15.0.dev0",
  "vision_config": {
    "batch_norm_eps": 0.001,
    "batch_norm_momentum": 0.99,
    "depth_coefficient": 3.1,
    "depth_divisor": 8,
    "depthwise_padding": [],
    "drop_connect_rate": 0.2,
    "expand_ratios": [
      1,
      6,
      6
    ],
    "hidden_act": "gelu",
    "hidden_dim": 64,
    "image_size": 600,
    "in_channels": [
      32,
      16,
      24
    ],
    "initializer_range": 0.02,
    "kernel_sizes": [
      3,
      3,
      5
    ],
    "model_type": "align_vision_model",
    "num_block_repeats": [
      1,
      1,
      2
    ],
    "num_channels": 3,
    "num_hidden_layers": 16,
    "out_channels": [
      16,
      24,
      30
    ],
    "pooling_type": "mean",
    "squeeze_expansion_ratio": 0.25,
    "strides": [
      1,
      1,
      2
    ],
    "width_coefficient": 2.0
  }
}