dhara-250m-ar-base / config.json
codelion's picture
Initial upload: Dhara-250M-AR-Base with Canon layers and 32K context
5965ce1 verified
Raw
History Blame Contribute Delete
891 Bytes
{
"architectures": [
"DharaARForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_dhara_ar.DharaARConfig",
"AutoModelForCausalLM": "modeling_dhara_ar.DharaARForCausalLM"
},
"attention_bias": false,
"attention_dropout": 0.0,
"canon_activation": false,
"canon_bias": false,
"canon_kernel": 4,
"canon_residual": true,
"canon_set": "ABCD",
"dtype": "bfloat16",
"hidden_act": "silu",
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 2176,
"logit_softcap": 30.0,
"max_position_embeddings": 32768,
"mlp_bias": false,
"model_type": "dhara_ar",
"num_attention_heads": 12,
"num_hidden_layers": 32,
"num_key_value_heads": 4,
"rms_norm_eps": 1e-06,
"rope_theta": 8000000.0,
"tie_word_embeddings": true,
"transformers_version": "5.2.0",
"use_logit_softcap": true,
"use_qk_norm": true,
"vocab_size": 49152
}