malteos
config files
2abcf11
raw
history blame contribute delete
No virus
720 Bytes
{
"alibi": false,
"apply_residual_connection_post_layernorm": false,
"architectures": [
"MegLMForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_meglm.MegLMConfig",
"AutoModel": "modeling_meglm.MegLMModel",
"AutoModelForCausalLM": "modeling_meglm.MegLMForCausalLM"
},
"attention_dropout": 0.0,
"bias": true,
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_dropout": 0.0,
"hidden_size": 2560,
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"model_type": "MegLMModel",
"multi_query": false,
"n_head": 32,
"n_layer": 32,
"parallel_attn": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.29.0",
"use_cache": true,
"vocab_size": 32768
}