File size: 455 Bytes
4e74b1b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"model_type": "egpt",
"architectures": [
"eGPTForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_egpt.eGPTConfig",
"AutoModelForCausalLM": "modeling_egpt.eGPTForCausalLM"
},
"vocab_size": 256,
"dim": 1024,
"n_layers": 8,
"n_heads": 8,
"n_kv_heads": 4,
"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
} |