Benjamin Steenhoek
commited on
Commit
•
37e691c
1
Parent(s):
fd29a6e
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: validation
|
8 |
+
path: data/validation-*
|
9 |
+
- split: test
|
10 |
+
path: data/test-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: CVE ID
|
14 |
+
dtype: string
|
15 |
+
- name: CVE Page
|
16 |
+
dtype: string
|
17 |
+
- name: CWE ID
|
18 |
+
dtype: string
|
19 |
+
- name: codeLink
|
20 |
+
dtype: string
|
21 |
+
- name: commit_id
|
22 |
+
dtype: string
|
23 |
+
- name: commit_message
|
24 |
+
dtype: string
|
25 |
+
- name: func_after
|
26 |
+
dtype: string
|
27 |
+
- name: func_before
|
28 |
+
dtype: string
|
29 |
+
- name: lang
|
30 |
+
dtype: string
|
31 |
+
- name: project
|
32 |
+
dtype: string
|
33 |
+
- name: vul
|
34 |
+
dtype: int8
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
+
num_bytes: 404950685.2579571
|
38 |
+
num_examples: 150908
|
39 |
+
- name: validation
|
40 |
+
num_bytes: 88684597.21877055
|
41 |
+
num_examples: 33049
|
42 |
+
- name: test
|
43 |
+
num_bytes: 88687280.64632414
|
44 |
+
num_examples: 33050
|
45 |
+
download_size: 252969708
|
46 |
+
dataset_size: 582322563.1230518
|
47 |
+
---
|
48 |
+
# Dataset Card for "bigvul"
|
49 |
+
|
50 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|