Update config.json
This commit is contained in:
parent
1b40ea272d
commit
554bcd28aa
10
config.json
10
config.json
|
@ -1,25 +1,21 @@
|
||||||
{
|
{
|
||||||
|
"activation": "gelu",
|
||||||
"architectures": [
|
"architectures": [
|
||||||
"DistilBertForMaskedLM"
|
"DistilBertForMaskedLM"
|
||||||
],
|
],
|
||||||
"activation": "gelu",
|
|
||||||
"attention_dropout": 0.1,
|
"attention_dropout": 0.1,
|
||||||
"dim": 768,
|
"dim": 768,
|
||||||
"dropout": 0.1,
|
"dropout": 0.1,
|
||||||
"finetuning_task": null,
|
|
||||||
"hidden_dim": 3072,
|
"hidden_dim": 3072,
|
||||||
"initializer_range": 0.02,
|
"initializer_range": 0.02,
|
||||||
"max_position_embeddings": 512,
|
"max_position_embeddings": 512,
|
||||||
|
"model_type": "distilbert",
|
||||||
"n_heads": 12,
|
"n_heads": 12,
|
||||||
"n_layers": 6,
|
"n_layers": 6,
|
||||||
"num_labels": 2,
|
"pad_token_id": 0,
|
||||||
"output_attentions": false,
|
|
||||||
"output_hidden_states": false,
|
|
||||||
"pruned_heads": {},
|
|
||||||
"qa_dropout": 0.1,
|
"qa_dropout": 0.1,
|
||||||
"seq_classif_dropout": 0.2,
|
"seq_classif_dropout": 0.2,
|
||||||
"sinusoidal_pos_embds": false,
|
"sinusoidal_pos_embds": false,
|
||||||
"tie_weights_": true,
|
"tie_weights_": true,
|
||||||
"torchscript": false,
|
|
||||||
"vocab_size": 30522
|
"vocab_size": 30522
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue