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