Update tokenizer and config files
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -39,8 +39,8 @@
|
|
| 39 |
"num_hidden_layers": 12,
|
| 40 |
"pad_token_id": 1,
|
| 41 |
"position_embedding_type": "absolute",
|
| 42 |
-
"problem_type": "
|
| 43 |
-
"transformers_version": "4.57.
|
| 44 |
"type_vocab_size": 1,
|
| 45 |
"use_cache": true,
|
| 46 |
"vocab_size": 50265
|
|
|
|
| 39 |
"num_hidden_layers": 12,
|
| 40 |
"pad_token_id": 1,
|
| 41 |
"position_embedding_type": "absolute",
|
| 42 |
+
"problem_type": "multi_label_classification",
|
| 43 |
+
"transformers_version": "4.57.3",
|
| 44 |
"type_vocab_size": 1,
|
| 45 |
"use_cache": true,
|
| 46 |
"vocab_size": 50265
|