From 9d4f8639d6e8a41bc96184e16cdd96c263167802 Mon Sep 17 00:00:00 2001 From: Yi Date: Fri, 15 Oct 2021 06:21:32 +0000 Subject: [PATCH] Update config.json --- config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 8d5016e..a940b47 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,6 @@ -{ +{"architectures": [ + "BertForSequenceClassification" + ], "attention_probs_dropout_prob": 0.1, "hidden_act": "gelu", "hidden_dropout_prob": 0.1,