Fix label2id mapping.
Browse files- head_config.json +3 -2
head_config.json
CHANGED
@@ -3,8 +3,9 @@
|
|
3 |
"activation_function": "tanh",
|
4 |
"head_type": "multiple_choice",
|
5 |
"label2id": {
|
6 |
-
"
|
7 |
-
"
|
|
|
8 |
},
|
9 |
"layers": 2,
|
10 |
"num_choices": 2,
|
|
|
3 |
"activation_function": "tanh",
|
4 |
"head_type": "multiple_choice",
|
5 |
"label2id": {
|
6 |
+
"": 0,
|
7 |
+
"1": 1,
|
8 |
+
"2": 2
|
9 |
},
|
10 |
"layers": 2,
|
11 |
"num_choices": 2,
|