calpt commited on
Commit
cf0605f
1 Parent(s): 6347353

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
- "LABEL_0": 0,
8
- "LABEL_1": 1
9
  },
10
  "layers": 2,
11
  "num_labels": 2,
4
  "bias": true,
5
  "head_type": "classification",
6
  "label2id": {
7
+ "1": 0,
8
+ "2": 1
9
  },
10
  "layers": 2,
11
  "num_labels": 2,