Custom-11 / config.json
Sakalti's picture
Update config.json
967b80d verified
raw
history blame contribute delete
328 Bytes
{
"architectures": [
"Qwen2ForCausalLM"
],
"hidden_size": 2560,
"intermediate_size": 6144,
"max_position_embeddings": 1024,
"model_type": "qwen2",
"num_attention_heads": 32,
"num_hidden_layers": 30,
"qkv_bias": true,
"torch_dtype": "float16",
"transformers_version": "4.47.1",
"vocab_size": 151936
}