Terminator-X / config.json
Parveshiiii's picture
Upload folder using huggingface_hub
8675036 verified
raw
history blame contribute delete
979 Bytes
{
"architectures": [
"HybridForCausalLM"
],
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "configuration_model.HybridModelConfig",
"AutoModelForCausalLM": "modelling_model.HybridForCausalLM"
},
"bos_token_id": 151643,
"dtype": "float32",
"eos_token_id": 248046,
"hidden_act": "silu",
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 2048,
"kv_lora_rank": 192,
"max_position_embeddings": 32768,
"mhc_alpha_init": 0.01,
"mhc_num_streams": 4,
"mhc_readout_init": "first",
"mhc_rmsnorm_eps": 1e-06,
"mhc_sinkhorn_iters": 20,
"mhc_stream_init": "paper",
"model_type": "hybrid_model",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 248044,
"q_lora_rank": 384,
"qk_rope_head_dim": 32,
"rms_norm_eps": 1e-06,
"rope_theta": 10000.0,
"sliding_window": 4096,
"tie_word_embeddings": false,
"transformers_version": "5.0.0",
"use_cache": true,
"vocab_size": 248077
}