mithundas commited on
Commit
ed7428a
1 Parent(s): 228f671

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -3,10 +3,6 @@
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
- "label2id": {
7
- "Normal": 0,
8
- "Abusive": 1
9
- },
10
  "attention_probs_dropout_prob": 0.1,
11
  "classifier_dropout": null,
12
  "embedding_size": 768,
@@ -26,5 +22,9 @@
26
  "transformers_version": "4.17.0",
27
  "type_vocab_size": 2,
28
  "use_cache": true,
29
- "vocab_size": 197285
 
 
 
 
30
  }
 
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
 
 
 
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "embedding_size": 768,
 
22
  "transformers_version": "4.17.0",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
+ "vocab_size": 197285,
26
+ "label2id": {
27
+ "Normal": 0,
28
+ "Abusive": 1
29
+ }
30
  }