From 426729d475cf737f90b683aacb453d39c6107c73 Mon Sep 17 00:00:00 2001 From: Pierre Chambon Date: Thu, 16 Jun 2022 18:42:16 +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 b3e360b..79d90e5 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "architectures": [ - "BertForTokenClassification" + "AutoModelForTokenClassification" ], "attention_probs_dropout_prob": 0.1, "bos_token_id": null,