MXO5 commited on
Commit
1e9076a
·
verified ·
1 Parent(s): 513a326

Create dataset_config.json

Browse files
Files changed (1) hide show
  1. dataset_config.json +10 -0
dataset_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "cyber-threat-detector-africa-dataset",
3
+ "task": "text-classification",
4
+ "language": ["en"],
5
+ "license": "cc-by-4.0",
6
+ "source": "curated",
7
+ "annotations_creators": ["crowdsourced", "expert-generated"],
8
+ "size": "approx 10,000 rows",
9
+ "labels": ["phishing", "malware", "ransomware", "ddos", "benign"]
10
+ }