Fix label2id mapping.
Browse files- head_config.json +2 -2
head_config.json
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
"bias": true,
|
5 |
"head_type": "classification",
|
6 |
"label2id": {
|
7 |
-
"
|
8 |
-
"
|
9 |
},
|
10 |
"layers": 2,
|
11 |
"num_labels": 2,
|
|
|
4 |
"bias": true,
|
5 |
"head_type": "classification",
|
6 |
"label2id": {
|
7 |
+
"False": 0,
|
8 |
+
"True": 1
|
9 |
},
|
10 |
"layers": 2,
|
11 |
"num_labels": 2,
|