Safetensors
English
gated_deltanet
Gated-Deltanet-1.3B / config.json
JusenK's picture
first commit
8692a62
{
"_name_or_path": "configs/gated_deltanet_1.3B.json",
"architectures": [
"GatedDeltaNetForCausalLM"
],
"attn": null,
"attn_mode": "chunk",
"bos_token_id": 1,
"conv_size": 4,
"eos_token_id": 2,
"expand_v": 1,
"fuse_cross_entropy": true,
"head_dim": 256,
"hidden_act": "swish",
"hidden_ratio": 4,
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": null,
"max_position_embeddings": 2048,
"model_type": "gated_deltanet",
"norm_eps": 1e-06,
"norm_first": false,
"num_heads": 4,
"num_hidden_layers": 24,
"tie_word_embeddings": true,
"torch_dtype": "bfloat16",
"transformers_version": "4.47.1",
"use_cache": true,
"use_gate": true,
"use_short_conv": false,
"vocab_size": 32000
}