From f1c1f5a09567e6fb520ac1e2ace10d8c2a579eb5 Mon Sep 17 00:00:00 2001 From: Yi Date: Fri, 15 Oct 2021 06:09:20 +0000 Subject: [PATCH] Update config.json --- config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.json b/config.json index 8d5016e..6da72c4 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,12 @@ { +"architectures": [ + "BertForSequenceClassification" + ], + "id2label": { + "0": "positive", + "1": "negative", + "2": "neutral" + }, "attention_probs_dropout_prob": 0.1, "hidden_act": "gelu", "hidden_dropout_prob": 0.1,