glm2-finetune / config.json
ishanjmukherjee's picture
Training in progress, step 2
8a9fb74 verified
raw
history blame contribute delete
460 Bytes
{
"architectures": [
"gLM2ForMaskedLM"
],
"auto_map": {
"AutoConfig": "configuration_glm2.gLM2Config",
"AutoModel": "modeling_glm2.gLM2Model",
"AutoModelForMaskedLM": "modeling_glm2.gLM2ForMaskedLM"
},
"depth": 33,
"dim": 1280,
"ffn_dim_multiplier": null,
"heads": 20,
"model_type": "gLM2",
"norm_eps": 1e-05,
"swiglu_multiple_of": 256,
"torch_dtype": "float32",
"transformers_version": "4.51.3",
"vocab_size": 37
}