ibrahim1al's picture
Upload config.json
8d5a02b verified
raw
history blame contribute delete
277 Bytes
{
"model_type": "qwen2",
"hidden_size": 2048,
"num_attention_heads": 16,
"num_hidden_layers": 24,
"vocab_size": 50257,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0,
"max_position_embeddings": 2048,
"use_cache": true,
"task_type": "CAUSAL_LM"
}