From 5146b00f795e1c812aef09417c4b6ba589e4628a Mon Sep 17 00:00:00 2001 From: system Date: Fri, 31 Jan 2020 23:00:23 +0000 Subject: [PATCH] Update config.json --- config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.json b/config.json index c12ee53..af52f19 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,7 @@ { + "architectures": [ + "BertForQuestionAnswering" + ], "attention_probs_dropout_prob": 0.1, "bos_token_id": 0, "do_sample": false,