MTPQwen3-0.6B-T12 / config.json
xuan-luo's picture
Upload MTPQwen3ForCausalLM
c55ad4d verified
raw
history blame
831 Bytes
{
"architectures": [
"MTPQwen3ForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "configuration_mtpqwen3.MTPQwen3Config",
"AutoModelForCausalLM": "modeling_mtpqwen3.MTPQwen3ForCausalLM"
},
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 1024,
"initializer_range": 0.02,
"intermediate_size": 3072,
"max_position_embeddings": 40960,
"max_window_layers": 28,
"model_type": "mtpqwen3",
"num_attention_heads": 16,
"num_decoding_layers": 4,
"num_hidden_layers": 24,
"num_key_value_heads": 8,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 1000000,
"sliding_window": null,
"torch_dtype": "bfloat16",
"transformers_version": "4.52.0.dev0",
"use_cache": true,
"use_sliding_window": false,
"vocab_size": 151936
}