boterham / config.json
Vlammie's picture
Upload folder using huggingface_hub
6ca5f0a verified
Raw
History Blame Contribute Delete
700 Bytes
{
"architectures": [
"Qwen3ForCausalLM"
],
"model_type": "qwen3",
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 1,
"eos_token_id": 18,
"pad_token_id": 0,
"head_dim": 64,
"hidden_act": "silu",
"hidden_size": 1280,
"initializer_range": 0.02,
"intermediate_size": 3456,
"max_position_embeddings": 2048,
"max_window_layers": 26,
"num_attention_heads": 20,
"num_hidden_layers": 26,
"num_key_value_heads": 4,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 100000.0,
"sliding_window": null,
"use_sliding_window": false,
"tie_word_embeddings": true,
"torch_dtype": "float32",
"use_cache": true,
"vocab_size": 32002
}