File size: 929 Bytes
45ae458
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "add_linear_bias": true,
  "architectures": [
    "FM4BioModel"
  ],
  "attention_probs_dropout_prob": 0,
  "experts_per_token": 2,
  "gradient_checkpointing": false,
  "hidden_act": "swiglu",
  "hidden_dropout_prob": 0,
  "hidden_size": 2304,
  "initializer_range": 0.02,
  "intermediate_size": 7680,
  "layer_norm_eps": 1e-05,
  "max_position_embeddings": 2048,
  "model_type": "fm4bio",
  "moe": true,
  "normalization_type": "RMSNorm",
  "num_attention_heads": 36,
  "num_experts": 8,
  "num_hidden_layers": 36,
  "output_vocab_size": null,
  "pad_token_id": 0,
  "position_embedding_type": "rope_2d",
  "rotary_percent": 1.0,
  "seq_len_interpolation_factor": null,
  "str_embedding_in": 384,
  "tie_word_embeddings": false,
  "tokenizer_insert_str_tokens": false,
  "torch_dtype": "float32",
  "transformers_version": "4.48.3",
  "type_vocab_size": 2,
  "use_cache": true,
  "use_lm_head": false,
  "vocab_size": 640
}