diff --git a/config.json b/config.json index 714be28..8d5016e 100644 --- a/config.json +++ b/config.json @@ -1,18 +1,4 @@ { -"architectures": [ - "BertForSequenceClassification" - ], - "id2label": { - "0": "neutral", - "1": "positive", - "2": "negative" - }, - "label2id": { - "positive": 1, - "negative": 2, - "neutral": 0 - }, - "model_type": "bert", "attention_probs_dropout_prob": 0.1, "hidden_act": "gelu", "hidden_dropout_prob": 0.1,