vortex-alpha / config.json
arthu1's picture
Complete standard tokenizer and generation metadata
707b010 verified
Raw
History Blame Contribute Delete
668 Bytes
{
"model_type": "vortex",
"architectures": ["VortexForCausalLM"],
"vocab_size": 8192,
"hidden_size": 1024,
"num_hidden_layers": 12,
"num_attention_heads": 16,
"num_key_value_heads": 4,
"head_dim": 64,
"intermediate_size": 3664,
"hidden_act": "silu",
"max_position_embeddings": 4096,
"rope_theta": 100000.0,
"rms_norm_eps": 1e-5,
"tie_word_embeddings": true,
"attention_bias": false,
"torch_dtype": "bfloat16",
"eos_token_id": 1,
"pad_token_id": 1,
"unk_token_id": 0,
"use_cache": false,
"auto_map": {
"AutoConfig": "configuration_vortex.VortexConfig",
"AutoModelForCausalLM": "modeling_vortex.VortexForCausalLM"
}
}