[bart] fix config.classif_dropout (#7593)

This commit is contained in:
Sam Shleifer
2020-10-06 11:33:51 -04:00
committed by GitHub
parent aa6c3c14b4
commit 2b574e7c60
3 changed files with 3 additions and 3 deletions

View File

@@ -1658,7 +1658,7 @@
" 'add_final_layer_norm': False,\n",
" 'attention_dropout': 0.0,\n",
" 'bos_token_id': 0,\n",
" 'classif_dropout': 0.0,\n",
" 'classifier_dropout': 0.0,\n",
" 'd_model': 1024,\n",
" 'decoder_attention_heads': 16,\n",
" 'decoder_ffn_dim': 4096,\n",