calpt commited on
Commit
c9422ce
1 Parent(s): 3e222ea

Fix label2id mapping.

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