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,