Add link to paper (#1)
Browse files- Add link to paper (ede0a2a78ec16b10442ef4fd21b641c3cd9d6fff)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
3 |
configs:
|
4 |
- config_name: 1024-unrolled
|
5 |
data_files:
|
@@ -25,15 +30,12 @@ configs:
|
|
25 |
path: 4096-unrolled_n/*valid*.tar
|
26 |
- split: test
|
27 |
path: 4096-unrolled_n/*test*.tar
|
28 |
-
task_categories:
|
29 |
-
- image-classification
|
30 |
-
- image-segmentation
|
31 |
-
size_categories:
|
32 |
-
- 1K<n<10K
|
33 |
---
|
34 |
|
35 |
# COSOCO: Compromised Software Containers Image Dataset
|
36 |
|
|
|
|
|
37 |
COSOCO (Compromised Software Containers) is a synthetic dataset of 3364 images representing benign
|
38 |
and malware-compromised software containers. Each image in the dataset represents a dockerized
|
39 |
software container that has been converted to an image using common byte-to-pixel tools widely used
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
size_categories:
|
4 |
+
- 1K<n<10K
|
5 |
+
task_categories:
|
6 |
+
- image-classification
|
7 |
+
- image-segmentation
|
8 |
configs:
|
9 |
- config_name: 1024-unrolled
|
10 |
data_files:
|
|
|
30 |
path: 4096-unrolled_n/*valid*.tar
|
31 |
- split: test
|
32 |
path: 4096-unrolled_n/*test*.tar
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
# COSOCO: Compromised Software Containers Image Dataset
|
36 |
|
37 |
+
[Paper](https://huggingface.co/papers/2504.03238)
|
38 |
+
|
39 |
COSOCO (Compromised Software Containers) is a synthetic dataset of 3364 images representing benign
|
40 |
and malware-compromised software containers. Each image in the dataset represents a dockerized
|
41 |
software container that has been converted to an image using common byte-to-pixel tools widely used
|