Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,7 @@ tags:
|
|
28 |
pretty_name: Vulnerability Descriptions & CWE Mappings
|
29 |
size_categories:
|
30 |
- 1K<n<10K
|
|
|
31 |
---
|
32 |
# Vulnerability Descriptions & CWE Mappings
|
33 |
|
@@ -79,6 +80,4 @@ print(f"Number of rows: {len(dataset['train'])}")
|
|
79 |
- Format: CSV file with semicolon (;) as the delimiter
|
80 |
- Columns:
|
81 |
- text: Detailed description of the vulnerability
|
82 |
-
- label: Corresponding CWE category
|
83 |
-
|
84 |
-
|
|
|
28 |
pretty_name: Vulnerability Descriptions & CWE Mappings
|
29 |
size_categories:
|
30 |
- 1K<n<10K
|
31 |
+
license: mit
|
32 |
---
|
33 |
# Vulnerability Descriptions & CWE Mappings
|
34 |
|
|
|
80 |
- Format: CSV file with semicolon (;) as the delimiter
|
81 |
- Columns:
|
82 |
- text: Detailed description of the vulnerability
|
83 |
+
- label: Corresponding CWE category
|
|
|
|