From ee9c783e1873c67237a6bfec08c6897b5d025b1b Mon Sep 17 00:00:00 2001 From: system Date: Fri, 28 Feb 2020 19:28:33 +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 6cc3c51..6a3ff99 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "model_type": bert, + "model_type": "bert", "attention_probs_dropout_prob": 0.1, "hidden_act": "gelu", "hidden_dropout_prob": 0.1,