From d9fd1c824e6530b38e19b0ebcf94d67253e5ddb0 Mon Sep 17 00:00:00 2001 From: system Date: Fri, 31 Jan 2020 23:00:24 +0000 Subject: [PATCH] Update config.json --- config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.json b/config.json index b7bdd2e..418b364 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,7 @@ { + "architectures": [ + "DistilBertForSequenceClassification" + ], "activation": "gelu", "attention_dropout": 0.1, "dim": 768,