Qwen2-96M / config.json
Felladrin's picture
Initial commit
a4c52ae
{
"architectures": ["Qwen2ForCausalLM"],
"attention_dropout": 0.0,
"hidden_act": "silu",
"hidden_size": 256,
"initializer_range": 0.02,
"intermediate_size": 1280,
"max_position_embeddings": 8192,
"max_window_layers": 16,
"model_type": "qwen2",
"num_attention_heads": 16,
"num_hidden_layers": 16,
"num_key_value_heads": 4,
"rms_norm_eps": 1e-6,
"rope_scaling": null,
"rope_theta": 1000000.0,
"sliding_window": null,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.49.0",
"use_cache": true,
"use_sliding_window": false,
"vocab_size": 151936
}