RyanStudio commited on
Commit
2b86e6b
·
verified ·
1 Parent(s): 75305ed

Create .mezzoguard

Browse files
Files changed (1) hide show
  1. .mezzoguard +13 -0
.mezzoguard ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "content_guard",
3
+ "mappings": {
4
+ "Divisive": "divisive",
5
+ "Hate Speech": "hate-speech",
6
+ "Self-Harm": "self-harm",
7
+ "Sexual": "sexual",
8
+ "Toxic": "toxic",
9
+ "Violence": "violence"
10
+ },
11
+ "default_max_seq_length": 64,
12
+ "default_overlap": 8
13
+ }