RyanStudio commited on
Commit
f90a5d4
·
verified ·
1 Parent(s): 98246e5

Create .mezzoguard

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