calpt commited on
Commit
b581ae5
1 Parent(s): 972b273

Fix label2id mapping.

Browse files
Files changed (1) hide show
  1. head_config.json +4 -4
head_config.json CHANGED
@@ -3,10 +3,10 @@
3
  "activation_function": "tanh",
4
  "head_type": "multiple_choice",
5
  "label2id": {
6
- "LABEL_0": 0,
7
- "LABEL_1": 1,
8
- "LABEL_2": 2,
9
- "LABEL_3": 3
10
  },
11
  "layers": 2,
12
  "num_choices": 4,
3
  "activation_function": "tanh",
4
  "head_type": "multiple_choice",
5
  "label2id": {
6
+ "A": 0,
7
+ "B": 1,
8
+ "C": 2,
9
+ "D": 3
10
  },
11
  "layers": 2,
12
  "num_choices": 4,