khailai commited on
Commit
6dbedc8
·
1 Parent(s): 631df61

Trained on training set of DICA_Dec8 for 2 epochs

Browse files
Files changed (2) hide show
  1. config.json +5 -3
  2. tf_model.h5 +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "khailai/roberta-offensive-classifier",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
@@ -18,7 +18,8 @@
18
  "3": "other",
19
  "4": "race/nationality",
20
  "5": "religion",
21
- "6": "socioeconomic"
 
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
@@ -29,7 +30,8 @@
29
  "other": 3,
30
  "race/nationality": 4,
31
  "religion": 5,
32
- "socioeconomic": 6
 
33
  },
34
  "layer_norm_eps": 1e-05,
35
  "max_position_embeddings": 514,
 
1
  {
2
+ "_name_or_path": "cardiffnlp/twitter-roberta-base-offensive",
3
  "architectures": [
4
  "RobertaForSequenceClassification"
5
  ],
 
18
  "3": "other",
19
  "4": "race/nationality",
20
  "5": "religion",
21
+ "6": "socioeconomic",
22
+ "7": "toxic"
23
  },
24
  "initializer_range": 0.02,
25
  "intermediate_size": 3072,
 
30
  "other": 3,
31
  "race/nationality": 4,
32
  "religion": 5,
33
+ "socioeconomic": 6,
34
+ "toxic": 7
35
  },
36
  "layer_norm_eps": 1e-05,
37
  "max_position_embeddings": 514,
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3fffab9b989ab1550d5e3a270e0e77c64e85de5ccdc1a143cf32cb740c1ac527
3
- size 498893696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:331e9969cbf31d72a3ec363e8c4bdc7d0ba00a81bb3f3069fa1bffd98ce8180d
3
+ size 498896768