DeepBrainz-R1-2B-16K / config.json
ArunkumarVR's picture
Upload folder using huggingface_hub
a3afe14 verified
{
"architectures": [
"Qwen3ForCausalLM"
],
"model_type": "qwen3",
"hidden_size": 2048,
"intermediate_size": 6144,
"num_hidden_layers": 28,
"num_attention_heads": 16,
"num_key_value_heads": 8,
"head_dim": 128,
"max_position_embeddings": 16384,
"rms_norm_eps": 1e-06,
"rope_theta": 1000000.0,
"rope_scaling": null,
"attention_bias": false,
"attention_dropout": 0.0,
"hidden_act": "silu",
"initializer_range": 0.02,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.45.0",
"use_cache": true,
"use_sliding_window": false,
"vocab_size": 151936,
"bos_token_id": 151643,
"eos_token_id": 151645,
"pad_token_id": 151643
}