From ddb485a2210e11d6dd969e04cb0b33446e695a37 Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Mon, 11 Oct 2021 12:15:02 +0000 Subject: [PATCH] Rename encoder_hidden_size to cross_attention_hidden_size --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index fb7e397..f8ab627 100644 --- a/config.json +++ b/config.json @@ -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,