MarianaMoon commited on
Commit
f3825bb
1 Parent(s): 710c047

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -3,16 +3,16 @@
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
- "id2label":{
7
- "LABEL_0": "normal comment",
8
- "LABEL_1": "toxic comment"
9
- },
10
  "attention_probs_dropout_prob": 0.1,
11
  "classifier_dropout": null,
12
  "gradient_checkpointing": false,
13
  "hidden_act": "gelu",
14
  "hidden_dropout_prob": 0.1,
15
  "hidden_size": 768,
 
 
 
 
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "layer_norm_eps": 1e-12,
 
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
 
 
 
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
+ "id2label":{
13
+ "LABEL_0": "normal comment",
14
+ "LABEL_1": "toxic comment"
15
+ },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "layer_norm_eps": 1e-12,