Text Classification
Transformers
PyTorch
bert
Inference Endpoints
rttl commited on
Commit
43d4306
1 Parent(s): 4da3470

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "RKSBertForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
@@ -28,7 +28,7 @@
28
  "output_hidden_states": true,
29
  "pad_token_id": 0,
30
  "position_embedding_type": "absolute",
31
- "problem_type": "single_label_classification",
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.17.0",
34
  "type_vocab_size": 2,
 
1
  {
2
  "architectures": [
3
+ "BertForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "classifier_dropout": null,
 
28
  "output_hidden_states": true,
29
  "pad_token_id": 0,
30
  "position_embedding_type": "absolute",
31
+ "problem_type": "multi_label_classification",
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.17.0",
34
  "type_vocab_size": 2,