File size: 667 Bytes
1a597d0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "M3DCLIP"
  ],
  "auto_map": {
    "AutoConfig": "configuration_m3d_clip.M3DCLIPConfig",
    "AutoModel": "modeling_m3d_clip.M3DCLIP"
  },
  "dropout_rate": 0,
  "gather_loss": true,
  "hidden_size": 768,
  "img_size": [
    32,
    256,
    256
  ],
  "in_channels": 1,
  "language_model_name_or_path": "bert-base-uncased",
  "local_loss": false,
  "max_text_len": 128,
  "mlp_dim": 3072,
  "model_type": "m3d_clip",
  "num_heads": 12,
  "num_layers": 12,
  "patch_size": [
    4,
    16,
    16
  ],
  "pos_embed": "perceptron",
  "spatial_dims": 3,
  "torch_dtype": "float32",
  "transformers_version": "4.40.1",
  "vocab_size": 30522
}