Spaces:
Sleeping
Sleeping
Upload config.json with huggingface_hub
Browse files- 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 |
+
}
|