Upload config.json with huggingface_hub
Browse files- config.json +11 -0
config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "onnx",
|
| 3 |
+
"task": "steganography-detection",
|
| 4 |
+
"architecture": "multi-stream-cnn",
|
| 5 |
+
"input_names": ["meta", "alpha", "lsb", "palette", "format_features", "content_features", "bit_order"],
|
| 6 |
+
"output_names": ["stego_logits", "method_logits", "method_id", "method_probs", "embedding"],
|
| 7 |
+
"method_labels": ["alpha", "palette", "lsb.rgb", "exif", "raw"],
|
| 8 |
+
"image_size": 256,
|
| 9 |
+
"num_classes": 2,
|
| 10 |
+
"num_methods": 5
|
| 11 |
+
}
|