From 2a9e809a3fed6b4bd5ee4b9ff5d7c82f79407c9d Mon Sep 17 00:00:00 2001 From: BDoyen Date: Thu, 25 Mar 2021 10:46:58 +0000 Subject: [PATCH] change of config --- config.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index 4b69929..b167c1b 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,4 @@ { - "_name_or_path": "./camembert-base-xnli", "architectures": [ "CamembertForSequenceClassification" ], @@ -11,16 +10,16 @@ "hidden_dropout_prob": 0.1, "hidden_size": 768, "id2label": { - "0": "entailment", + "0": "contradiction", "1": "neutral", - "2": "contradiction" + "2": "entailment" }, "initializer_range": 0.02, "intermediate_size": 3072, "label2id": { - "entailment": 0, + "contradiction": 0, "neutral": 1, - "contradiction": 2 + "entailment": 2 }, "layer_norm_eps": 1e-05, "max_position_embeddings": 514,