Update config.json
Browse files- config.json +3 -8
config.json
CHANGED
|
@@ -1,10 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"text-classification": {
|
| 4 |
-
"return_all_scores": true
|
| 5 |
-
}
|
| 6 |
-
}
|
| 7 |
-
|
| 8 |
"architectures": [
|
| 9 |
"RobertaForSequenceClassification"
|
| 10 |
],
|
|
@@ -84,9 +79,9 @@
|
|
| 84 |
"num_hidden_layers": 12,
|
| 85 |
"pad_token_id": 1,
|
| 86 |
"position_embedding_type": "absolute",
|
| 87 |
-
"problem_type": "
|
| 88 |
"torch_dtype": "float32",
|
| 89 |
-
"transformers_version": "4.
|
| 90 |
"type_vocab_size": 1,
|
| 91 |
"use_cache": true,
|
| 92 |
"vocab_size": 50265
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "roberta-base",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
"RobertaForSequenceClassification"
|
| 5 |
],
|
|
|
|
| 79 |
"num_hidden_layers": 12,
|
| 80 |
"pad_token_id": 1,
|
| 81 |
"position_embedding_type": "absolute",
|
| 82 |
+
"problem_type": "multi_label_classification",
|
| 83 |
"torch_dtype": "float32",
|
| 84 |
+
"transformers_version": "4.21.3",
|
| 85 |
"type_vocab_size": 1,
|
| 86 |
"use_cache": true,
|
| 87 |
"vocab_size": 50265
|