mlnomad's picture
yatnmn-softplus-ca-d12-chinchilla-261M-pytorch — constant alpha ablation
83bd6f7 verified
Raw
History Blame Contribute Delete
847 Bytes
{
"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"
}
}