File size: 1,152 Bytes
e10be72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "Plamo2ForCausalLM"
  ],
  "attention_window_size": 32768,
  "auto_map": {
    "AutoConfig": "modeling_plamo.Plamo2Config",
    "AutoModelForCausalLM": "modeling_plamo.Plamo2ForCausalLM"
  },
  "bos_token_id": 1,
  "eos_token_id": 1,
  "eval_attention_n_bit": null,
  "eval_mlp_n_bit": null,
  "fp8_accum_dtype": "bfloat16",
  "full_attention_idx": [],
  "hidden_size": 4096,
  "hidden_size_per_head": 128,
  "image_feature_size": null,
  "image_proj_type": "linear",
  "image_token_id": null,
  "intermediate_size": 16384,
  "linear_type": "normal",
  "mamba_chunk_size": 256,
  "mamba_d_conv": 4,
  "mamba_d_state": 64,
  "mamba_enabled": true,
  "mamba_num_heads": 64,
  "mamba_step": 2,
  "max_position_embeddings": 10485760,
  "model_type": "plamo2",
  "num_attention_heads": 32,
  "num_hidden_layers": 32,
  "num_key_value_heads": 4,
  "pad_token_id": 3,
  "rms_norm_eps": 1e-06,
  "rope_local_theta": 1000000.0,
  "rope_theta": 1000000.0,
  "sliding_window": 32768,
  "tokenizer_class": "Plamo2Tokenizer",
  "torch_dtype": "bfloat16",
  "transformers_version": "4.46.2",
  "use_cache": false,
  "vocab_size": 100032
}