parthraninga commited on
Commit
f6905b4
·
verified ·
1 Parent(s): f74a994

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "labels": ["safe", "unsafe"],
3
+ "max_length": 512,
4
+ "threshold": 0.5,
5
+ "model_info": {
6
+ "name": "ContentClassifier",
7
+ "version": "1.0",
8
+ "description": "ONNX model for content classification"
9
+ }
10
+ }