File size: 847 Bytes
83bd6f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "YatGPTForCausalLM"
  ],
  "constant_alpha": true,
  "dtype": "float32",
  "epsilon_init": 0.001,
  "hidden_size": 768,
  "learnable_epsilon": true,
  "max_position_embeddings": 10240,
  "mlp_type": "yatnmn-softplus",
  "model_type": "yatnmn_gpt",
  "n_embd": 768,
  "n_head": 12,
  "n_kv_head": 12,
  "n_layer": 12,
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "num_key_value_heads": 12,
  "pad_vocab_size_to": 64,
  "rope_base": 100000.0,
  "scalar_bias": false,
  "sequence_len": 1024,
  "softplus_bias": true,
  "tie_embeddings": true,
  "tie_word_embeddings": true,
  "transformers_version": "5.5.0",
  "vocab_size": 32768,
  "window_pattern": "SSSL",
  "auto_map": {
    "AutoConfig": "configuration_yatnmn_gpt.YatGPTHfConfig",
    "AutoModelForCausalLM": "modeling_yatnmn_gpt.YatGPTForCausalLM"
  }
}