magic-bert-50m-mlm / config.json
mjbommar's picture
Upload magic-bert-50m-mlm model files
797dfb1 verified
raw
history blame contribute delete
661 Bytes
{
"model_type": "magic-bert",
"architectures": [
"MagicBERTForMaskedLM"
],
"vocab_size": 32768,
"hidden_size": 512,
"num_hidden_layers": 8,
"num_attention_heads": 8,
"intermediate_size": 2048,
"hidden_dropout_prob": 0.1,
"attention_probs_dropout_prob": 0.1,
"max_position_embeddings": 512,
"pad_token_id": 2,
"hidden_act": "gelu",
"layer_norm_eps": 1e-12,
"torch_dtype": "float32",
"transformers_version": "4.57.0",
"auto_map": {
"AutoConfig": "configuration_magic_bert.MagicBERTConfig",
"AutoModel": "modeling_magic_bert.MagicBERTModel",
"AutoModelForMaskedLM": "modeling_magic_bert.MagicBERTForMaskedLM"
}
}