Upload trained traffic autoencoder on CIC-IDS2017
Browse files- config.json +13 -0
- model.safetensors +3 -0
- norm_params.pkl +3 -0
- threshold.pkl +3 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"SimpleAutoEncoder"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "autoencoder",
|
| 6 |
+
"input_dim": 6,
|
| 7 |
+
"hidden_dims": [
|
| 8 |
+
32,
|
| 9 |
+
8,
|
| 10 |
+
32
|
| 11 |
+
],
|
| 12 |
+
"activation": "relu"
|
| 13 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e37d7b8d7bf493e72e8c5bec69815b97cd6d544ed302a7a08da941821d60d48f
|
| 3 |
+
size 4504
|
norm_params.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49759a72182b1e307864d351d69e2a672e2d7d6b75fd22de8e4e1b751c45d9d4
|
| 3 |
+
size 146
|
threshold.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22c933882d67fe4820469db10ba3ce631ad3f6d8a17d9c988fbb1b9980c4542c
|
| 3 |
+
size 21
|