From cf57a76d6a754f1008781fcaf17538ac43abcd7e Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Fri, 13 May 2022 08:43:02 +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 a40006e..806bdf7 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ "activation_dropout": 0.0, "activation_function": "relu", "architectures": [ - "OPTModel" + "OPTForCausalLM" ], "attention_dropout": 0.0, "bos_token_id": 0,