Safetensors
gLM2
custom_code
gLM2_150M / config.json
andrecornman's picture
Upload gLM2ForMaskedLM
5b795bf verified
raw
history blame
459 Bytes
{
"architectures": [
"gLM2ForMaskedLM"
],
"auto_map": {
"AutoConfig": "configuration_glm2.gLM2Config",
"AutoModel": "modeling_glm2.gLM2Model",
"AutoModelForMaskedLM": "modeling_glm2.gLM2ForMaskedLM"
},
"depth": 30,
"dim": 640,
"ffn_dim_multiplier": null,
"heads": 10,
"model_type": "gLM2",
"norm_eps": 1e-05,
"swiglu_multiple_of": 256,
"torch_dtype": "float32",
"transformers_version": "4.36.0",
"vocab_size": 37
}