From 75cb04a104f172a9be8d9fa2a2fc55ef170a20fb Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Thu, 12 May 2022 07:44:37 +0000 Subject: [PATCH] Update config.json --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index d82497e..b369820 100644 --- a/config.json +++ b/config.json @@ -6,7 +6,7 @@ ], "attention_dropout": 0.0, "bos_token_id": 0, - "d_model": 2048, + "hidden_size": 2048, "do_layer_norm_before": true, "dropout": 0.1, "eos_token_id": 2,