From 9001261c1cbfc93899a1cab9d2e9c980f65835a4 Mon Sep 17 00:00:00 2001 From: Abhishek Thakur Date: Tue, 2 Feb 2021 05:47:36 +0100 Subject: [PATCH] fix config --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 852b2c7..7d985f8 100644 --- a/config.json +++ b/config.json @@ -16,7 +16,7 @@ "intermediate_size": 3072, "layer_norm_eps": 1e-12, "max_position_embeddings": 512, - "model_type": "conv_bert", + "model_type": "convbert", "num_attention_heads": 12, "num_groups": 1, "num_hidden_layers": 12,