mlnomad's picture
Initial upload — seed 1 reproducibility
03eceed verified
Raw
History Blame Contribute Delete
849 Bytes
{
"architectures": [
"YatGPTForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_yatnmn_gpt.YatGPTHfConfig",
"AutoModelForCausalLM": "modeling_yatnmn_gpt.YatGPTForCausalLM"
},
"constant_alpha": false,
"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"
}