intellix / config.json
mediusware-ai's picture
Upload config.json with huggingface_hub
7d11fde verified
Raw
History Blame Contribute Delete
542 Bytes
{
"architectures": [
"Qwen2ForCausalLM"
],
"model_type": "qwen2",
"base_model_name_or_path": "mediusware/intellix-foundation",
"hidden_size": 2048,
"intermediate_size": 11008,
"max_position_embeddings": 262144,
"num_attention_heads": 16,
"num_hidden_layers": 28,
"num_key_value_heads": 2,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.49.0",
"use_cache": true,
"vocab_size": 151936
}