config.json: added _num_labels
Browse files- config.json +1 -0
config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"_name_or_path": "bert-base-multilingual-uncased",
|
|
|
3 |
"architectures": [
|
4 |
"BertForSequenceClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
"_name_or_path": "bert-base-multilingual-uncased",
|
3 |
+
"_num_labels": 13,
|
4 |
"architectures": [
|
5 |
"BertForSequenceClassification"
|
6 |
],
|