Update activation dropout
This commit is contained in:
parent
e195be4528
commit
a1180b7b52
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"_name_or_path": "tapex-base",
|
"_name_or_path": "bart-base",
|
||||||
"activation_dropout": 0.1,
|
"activation_dropout": 0.0,
|
||||||
"activation_function": "gelu",
|
"activation_function": "gelu",
|
||||||
"add_bias_logits": false,
|
"add_bias_logits": false,
|
||||||
"add_final_layer_norm": false,
|
"add_final_layer_norm": false,
|
||||||
|
@ -9,7 +9,6 @@
|
||||||
],
|
],
|
||||||
"attention_dropout": 0.1,
|
"attention_dropout": 0.1,
|
||||||
"bos_token_id": 0,
|
"bos_token_id": 0,
|
||||||
"classif_dropout": 0.1,
|
|
||||||
"classifier_dropout": 0.0,
|
"classifier_dropout": 0.0,
|
||||||
"d_model": 768,
|
"d_model": 768,
|
||||||
"decoder_attention_heads": 12,
|
"decoder_attention_heads": 12,
|
||||||
|
|
Loading…
Reference in New Issue