Update activation dropout

This commit is contained in:
Qian Liu 2022-02-24 12:53:15 +00:00 committed by huggingface-web
parent e195be4528
commit a1180b7b52
1 changed files with 73 additions and 74 deletions

View File

@ -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,