gLM2_650M_embed / config.json
andrecornman's picture
Upload gLM2ForEmbedding
5a7d048 verified
raw
history blame
442 Bytes
{
"architectures": [
"gLM2ForEmbedding"
],
"auto_map": {
"AutoConfig": "configuration_glm2.gLM2EmbedConfig",
"AutoModel": "modeling_glm2.gLM2ForEmbedding"
},
"depth": 16,
"dim": 1280,
"ffn_dim_multiplier": null,
"heads": 20,
"model_type": "gLM2Embed",
"norm_eps": 1e-05,
"projection_dim": 512,
"swiglu_multiple_of": 256,
"torch_dtype": "float32",
"transformers_version": "4.44.1",
"vocab_size": 37
}