From 26629ba2cc3c13f6280649fb4a8f73db36a79146 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Mon, 12 Dec 2022 16:10:09 +0000 Subject: [PATCH] Use T5ForConditionalGeneration (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Use T5ForConditionalGeneration (66b9b43093d92186386c748274eb921ed78acaa3) Co-authored-by: Félix Marty --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index e42d9f1..e4be09f 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "architectures": [ - "T5WithLMHeadModel" + "T5ForConditionalGeneration" ], "d_ff": 4096, "d_kv": 64,