Rename encoder_hidden_size to cross_attention_hidden_size

This commit is contained in:
Niels Rogge 2021-10-11 12:13:21 +00:00 committed by huggingface-web
parent 7bbc2cb400
commit 11abf67e82
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
"do_sample": false,
"dropout": 0.1,
"early_stopping": false,
"encoder_hidden_size": 768,
"cross_attention_hidden_size": 768,
"encoder_no_repeat_ngram_size": 0,
"eos_token_id": 2,
"finetuning_task": null,
@ -88,7 +88,7 @@
"diversity_penalty": 0.0,
"do_sample": false,
"early_stopping": false,
"encoder_hidden_size": null,
"cross_attention_hidden_size": null,
"encoder_no_repeat_ngram_size": 0,
"eos_token_id": null,
"finetuning_task": null,