Rename encoder_hidden_size to cross_attention_hidden_size

This commit is contained in:
Niels Rogge 2021-10-11 12:16:32 +00:00 committed by huggingface-web
parent c329f13c42
commit 2c34f70c58
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": 1024,
"cross_attention_hidden_size": 1024,
"encoder_no_repeat_ngram_size": 0,
"eos_token_id": 2,
"finetuning_task": null,
@ -90,7 +90,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,