File size: 805 Bytes
f57c906 e07482d f57c906 e03b2ec f57c906 e03b2ec f57c906 e03b2ec f57c906 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
{
"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
}
|