{ "model_type": "egpt", "architectures": [ "eGPTForCausalLM" ], "auto_map": { "AutoConfig": "configuration_egpt.eGPTConfig", "AutoModelForCausalLM": "modeling_egpt.eGPTForCausalLM" }, "vocab_size": 256, "dim": 3072, "n_layers": 32, "n_heads": 24, "n_kv_heads": 8, "head_dim": null, "ffn_multiplier": 4.0, "multiple_of": 256, "max_seq_len": 2048, "norm_eps": 1e-05, "rope_theta": 10000.0, "weight_tying": false }