From 8bfcaddd2b23a8f06826be2d8fec04be6674aee1 Mon Sep 17 00:00:00 2001 From: system Date: Fri, 31 Jan 2020 23:00:25 +0000 Subject: [PATCH] Update config.json --- config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.json b/config.json index f6967d7..a7af64d 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,7 @@ { + "architectures": [ + "GPT2LMHeadModel" + ], "initializer_range": 0.02, "layer_norm_epsilon": 1e-05, "n_ctx": 1024,