mm-llm-coder-lite-v1 / config.json
amkyawdev's picture
Add model config
517e771 verified
raw
history blame contribute delete
714 Bytes
{
"architectures": [
"PhiForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_phi.PhiConfig",
"AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
},
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_size": 2560,
"initializer_range": 0.02,
"intermediate_size": 10240,
"max_position_embeddings": 2048,
"model_type": "phi",
"num_attention_heads": 32,
"num_hidden_layers": 32,
"num_key_value_heads": 32,
"partial_rotary_factor": 0.5,
"resid_dropout": 0.0,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 10000.0,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.35.0",
"use_cache": true,
"vocab_size": 51200
}