Create data_card.yml
Browse files- data_card.yml +16 -0
data_card.yml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
language:
|
| 2 |
+
- en
|
| 3 |
+
- code
|
| 4 |
+
task_categories:
|
| 5 |
+
- text-classification
|
| 6 |
+
- text-scoring
|
| 7 |
+
size_categories:
|
| 8 |
+
- 10K<n<100K
|
| 9 |
+
licenses:
|
| 10 |
+
- mit
|
| 11 |
+
tags:
|
| 12 |
+
- cybersecurity
|
| 13 |
+
- vulnerability-detection
|
| 14 |
+
- offensive-security
|
| 15 |
+
- defensive-security
|
| 16 |
+
- cve
|