Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"pipeline_tag": "text-classification",
|
| 3 |
-
"_num_labels":
|
| 4 |
"architectures": [
|
| 5 |
"BertForSequenceClassification"
|
| 6 |
],
|
|
|
|
| 1 |
{
|
| 2 |
"pipeline_tag": "text-classification",
|
| 3 |
+
"_num_labels": 5,
|
| 4 |
"architectures": [
|
| 5 |
"BertForSequenceClassification"
|
| 6 |
],
|