samadpls commited on
Commit
82218ec
·
verified ·
1 Parent(s): ddd9aaa

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -1
config.json CHANGED
@@ -5,7 +5,15 @@
5
  "architectures": [
6
  "RobertaForSequenceClassification"
7
  ],
8
-
 
 
 
 
 
 
 
 
9
  "attention_probs_dropout_prob": 0.1,
10
  "bos_token_id": 0,
11
  "classifier_dropout": null,
 
5
  "architectures": [
6
  "RobertaForSequenceClassification"
7
  ],
8
+ "num_labels": 1,
9
+ "id2label": {
10
+ "0": "GENERATED"
11
+ },
12
+ "label2id": {
13
+ "GENERATED": 0
14
+ },
15
+ "label_smoothing": 0.27,
16
+ "transformers_version": "4.45.0",
17
  "attention_probs_dropout_prob": 0.1,
18
  "bos_token_id": 0,
19
  "classifier_dropout": null,