From d38ef7b8626347c12363d3058a8db28fe6dbcdb4 Mon Sep 17 00:00:00 2001 From: Asahi Ushio Date: Mon, 28 Nov 2022 11:30:47 +0000 Subject: [PATCH] Update config.json --- config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.json b/config.json index 423fd12..312355c 100644 --- a/config.json +++ b/config.json @@ -11,16 +11,16 @@ "hidden_dropout_prob": 0.1, "hidden_size": 768, "id2label": { - "0": "Negative", - "1": "Neutral", - "2": "Positive" + "0": "negative", + "1": "neutral", + "2": "positive" }, "initializer_range": 0.02, "intermediate_size": 3072, "label2id": { - "Negative": 0, - "Neutral": 1, - "Positive": 2 + "negative": 0, + "neutral": 1, + "positive": 2 }, "layer_norm_eps": 1e-05, "max_position_embeddings": 514,