mohsenfayyaz commited on
Commit
0d3bb39
1 Parent(s): 05d90c0

Add Labels

Browse files
Files changed (3) hide show
  1. config.json +5 -1
  2. pytorch_model.bin +1 -1
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -8,6 +8,10 @@
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
 
 
 
 
11
  "initializer_range": 0.02,
12
  "intermediate_size": 3072,
13
  "layer_norm_eps": 1e-12,
 
1
  {
2
+ "_name_or_path": "mohsenfayyaz/toxicity-classifier",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "Non-Toxic",
13
+ "1": "Toxic"
14
+ },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "layer_norm_eps": 1e-12,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a45c2ec312a0f14b001335a9b6514e55da7f0573c4f0727f2080e2a68ac803b8
3
  size 438024457
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0aa6191f8f9c6f318148158caba717b35bf7f8f83c81d3db32592f4e601e71a
3
  size 438024457
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c693243977dfc19b70f5a59d13dc2b728221fcbadb29c0af2577124fa9bc0e8b
3
  size 2287
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dde3d97d06232afaec8871168847065910df361a3527265c8e50ffbce9d1bd96
3
  size 2287