From 6b2e83182a1a3ab85ce72e0f08c0039229bacd7b Mon Sep 17 00:00:00 2001 From: system Date: Fri, 31 Jan 2020 23:00:16 +0000 Subject: [PATCH] Update config.json --- config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.json b/config.json index 0a87bc2..7f13b8c 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,7 @@ { + "architectures": [ + "AlbertForMaskedLM" + ], "attention_probs_dropout_prob": 0, "hidden_act": "gelu_new", "hidden_dropout_prob": 0,