DeepBrainz-R1-0.6B-Exp / config.json
ArunkumarVR's picture
Update with OPD step_100 checkpoint (10.0% accuracy, 16K context, fixed head_dim)
5ab9014 verified
raw
history blame contribute delete
702 Bytes
{
"architectures": [
"Qwen3ForCausalLM"
],
"model_type": "qwen3",
"hidden_size": 1024,
"intermediate_size": 3072,
"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
}