Safetensors
gLM2
custom_code
gLM2_650M / config.json
andrecornman's picture
Upload gLM2ForMaskedLM
3541d68 verified
raw
history blame
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.44.1",
"vocab_size": 37
}