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