{ | |
"architectures": [ | |
"EdgellmForCausalLM" | |
], | |
"auto_map": { | |
"AutoConfig": "configuration_edgellm.EdgellmConfig", | |
"AutoModel": "modeling_edgellm.EdgellmModel", | |
"AutoModelForCausalLM": "modeling_edgellm.EdgellmForCausalLM" | |
}, | |
"attention_bias": false, | |
"attention_dropout": 0.0, | |
"bos_token_id": 151643, | |
"eos_token_id": 151643, | |
"hidden_act": "relu2", | |
"hidden_size": 2048, | |
"initializer_range": 0.02, | |
"intermediate_size": 8192, | |
"kv_lora_rank": 512, | |
"max_position_embeddings": 4096, | |
"model_type": "edgellm", | |
"num_attention_heads": 16, | |
"num_hidden_layers": 32, | |
"q_lora_rank": null, | |
"qk_nope_head_dim": 128, | |
"qk_rope_head_dim": 64, | |
"rms_norm_eps": 1e-06, | |
"rope_scaling": null, | |
"pretraining_tp": 1, | |
"rope_theta": 100000.0, | |
"sliding_window": 4096, | |
"tie_word_embeddings": true, | |
"torch_dtype": "bfloat16", | |
"transformers_version": "4.40.1", | |
"use_cache": false, | |
"use_sliding_window": false, | |
"v_head_dim": 128, | |
"vocab_size": 151936 | |
} |