Custom-5 / config.json
Sakalti's picture
Update config.json
0a8434e verified
raw
history blame contribute delete
335 Bytes
{
"architectures": [
"Qwen2ForCausalLM"
],
"hidden_size": 1728,
"intermediate_size": 9728,
"max_position_embeddings": 1024,
"model_type": "custom_qwen2",
"num_attention_heads": 27,
"num_hidden_layers": 24,
"qkv_bias": true,
"torch_dtype": "float32",
"transformers_version": "4.47.1",
"vocab_size": 151936
}