File size: 825 Bytes
4c5a695
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "./",
  "architectures": [
    "FakeCustomModel"
  ],
  "auto_map": {
    "AutoConfig": "configuration_fake_custom.FakeCustomConfig",
    "AutoModel": "modeling_fake_custom.FakeCustomModel",
    "AutoModelForMaskGeneration": "modeling_fake_custom.FakeCustomModel"
  },
  "initializer_range": 0.02,
  "mask_decoder_config": {
    "model_type": ""
  },
  "model_type": "fakecustom",
  "prompt_encoder_config": {
    "model_type": ""
  },
  "torch_dtype": "float32",
  "transformers_version": "4.45.0.dev0",
  "vision_config": {
    "dropout": 0.0,
    "global_attn_indexes": [
      0
    ],
    "hidden_size": 32,
    "initializer_factor": 1.0,
    "intermediate_size": 128,
    "mlp_dim": 64,
    "model_type": "",
    "num_attention_heads": 4,
    "num_hidden_layers": 2,
    "projection_dim": 32
  }
}