Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
- text-generation
|
| 5 |
-
- code-generation
|
| 6 |
language:
|
| 7 |
- code
|
| 8 |
size_categories:
|
|
@@ -12,35 +11,6 @@ tags:
|
|
| 12 |
- vulnerability
|
| 13 |
- code-fix
|
| 14 |
- cwe
|
| 15 |
-
configs:
|
| 16 |
-
- config_name: default
|
| 17 |
-
data_files:
|
| 18 |
-
- split: train
|
| 19 |
-
path: data/train-*
|
| 20 |
-
dataset_info:
|
| 21 |
-
features:
|
| 22 |
-
- name: cwe_id
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: cwe_description
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: language
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: vulnerable_code
|
| 29 |
-
dtype: string
|
| 30 |
-
- name: fixed_code
|
| 31 |
-
dtype: string
|
| 32 |
-
- name: file_pair_id
|
| 33 |
-
dtype: string
|
| 34 |
-
- name: source
|
| 35 |
-
dtype: string
|
| 36 |
-
- name: language_dir
|
| 37 |
-
dtype: string
|
| 38 |
-
splits:
|
| 39 |
-
- name: train
|
| 40 |
-
num_bytes: 674982461
|
| 41 |
-
num_examples: 9313
|
| 42 |
-
download_size: 233930188
|
| 43 |
-
dataset_size: 674982461
|
| 44 |
---
|
| 45 |
|
| 46 |
# CrossVul Multi-Language Security Vulnerability Dataset
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
- text-generation
|
|
|
|
| 5 |
language:
|
| 6 |
- code
|
| 7 |
size_categories:
|
|
|
|
| 11 |
- vulnerability
|
| 12 |
- code-fix
|
| 13 |
- cwe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# CrossVul Multi-Language Security Vulnerability Dataset
|