File size: 668 Bytes
d3ab6f5 35fd7fa 707b010 35fd7fa d3ab6f5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | {
"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"
}
}
|