From 25850c5418176461af0fecb0f355044cd4b7355b Mon Sep 17 00:00:00 2001 From: David Chu Date: Sat, 13 Feb 2021 18:19:16 +0000 Subject: [PATCH] Update label2id --- config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 89d11b3..b31fd7f 100644 --- a/config.json +++ b/config.json @@ -16,9 +16,9 @@ }, "initializer_range": 0.02, "label2id": { - "LABEL_0": 0, - "LABEL_1": 1, - "LABEL_2": 2 + "CONTRADICTION": 0, + "ENTAILMENT": 2, + "NEUTRAL": 1 }, "max_position_embeddings": 512, "model_type": "distilbert",