Create dataset_config.json
Browse files- 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 |
+
}
|