ShahzadSohail commited on
Commit
bfa7146
·
verified ·
1 Parent(s): 6072b7e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -8
config.json CHANGED
@@ -1,10 +1,5 @@
1
  {
2
- "task_specific_params": {
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": "single_label_classification",
88
  "torch_dtype": "float32",
89
- "transformers_version": "4.51.3",
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