calpt commited on
Commit
186e804
1 Parent(s): 682a920

Fix label2id mapping.

Browse files
Files changed (1) hide show
  1. head_config.json +2 -2
head_config.json CHANGED
@@ -4,9 +4,9 @@
4
  "bias": true,
5
  "head_type": "classification",
6
  "label2id": {
7
- "contradiction": 2,
8
  "entailment": 0,
9
- "neutral": 1
 
10
  },
11
  "layers": 2,
12
  "num_labels": 3,
4
  "bias": true,
5
  "head_type": "classification",
6
  "label2id": {
 
7
  "entailment": 0,
8
+ "neutral": 1,
9
+ "contradiction": 2
10
  },
11
  "layers": 2,
12
  "num_labels": 3,