File size: 618 Bytes
2eddd0d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "FlashPPIModel"
  ],
  "clip_embed_dim": 1024,
  "contact_embed_dim": 1280,
  "contact_num_heads": 8,
  "contact_transformer_depth": 2,
  "dtype": "float32",
  "max_position_embeddings": 512,
  "model_type": "flashppi",
  "plm_depth": 33,
  "plm_dim": 1280,
  "plm_ffn_dim_multiplier": null,
  "plm_heads": 20,
  "plm_norm_eps": 1e-05,
  "plm_swiglu_multiple_of": 256,
  "plm_vocab_size": 37,
  "transformers_version": "4.57.1",
  "use_flash_attention": true,
  "auto_map": {
    "AutoConfig": "configuration_flashppi.FlashPPIConfig",
    "AutoModel": "modeling_flashppi.FlashPPIModel"
  }
}