From 02bc3551ce463fd96bd4c3735822469bace0396d Mon Sep 17 00:00:00 2001 From: Omar Sanseviero Date: Mon, 12 Dec 2022 16:08:56 +0000 Subject: [PATCH] fix format (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix format (03bba03bb479ab752cbc62d8f0e3e534c11cea26) 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 6c784f9..378f740 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "architectures": [ - "T5ForConditionalGeneration", + "T5ForConditionalGeneration" ], "d_ff": 2048, "d_kv": 64,