lddbert-mlm / config.json
dingzx97's picture
add model
e03b2ec
{
"activation": "gelu",
"architectures": [
"LddBertForMaskedLM"
],
"attention_dropout": 0.1,
"auto_map": {
"AutoConfig": "configuration_lddbert.LddBertConfig",
"AutoModelForMaskedLM": "modeling_lddbert.LddBertForMaskedLM",
"AutoModelForSequenceClassification": "modeling_lddbert.LddBertForSequenceClassification"
},
"cnn_kernel_size": 5,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"initializer_range": 0.02,
"max_position_embeddings": 512,
"model_type": "lddbert",
"n_cnn_layers": 6,
"n_gru_layers": 6,
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"torch_dtype": "float32",
"transformers_version": "4.20.1",
"type_vocab_size": 2,
"vocab_size": 30522
}