Trained on new data DICA_Dec15 for 8 epochs. 96% accuracy and 0.85 F1 score
Browse files- config.json +4 -2
- tf_model.h5 +2 -2
config.json
CHANGED
@@ -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,
|
|
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41321f669ddb7be9a00988b96b70e1e876d743ef9474961705c2dea98ad82f89
|
3 |
+
size 498896768
|