Tran Hoai Chau
commited on
Commit
·
da84dbb
1
Parent(s):
5db1506
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: lines
|
5 |
+
sequence: string
|
6 |
+
- name: label
|
7 |
+
sequence: int64
|
8 |
+
- name: file_label
|
9 |
+
dtype:
|
10 |
+
class_label:
|
11 |
+
names:
|
12 |
+
'0': normal
|
13 |
+
'1': path_disclosure
|
14 |
+
'2': command_injection
|
15 |
+
'3': xss
|
16 |
+
'4': sql
|
17 |
+
'5': xsrf
|
18 |
+
'6': open_redirect
|
19 |
+
'7': remote_code_execution
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 8803710.701548317
|
23 |
+
num_examples: 1592
|
24 |
+
- name: test
|
25 |
+
num_bytes: 1553921.2984516819
|
26 |
+
num_examples: 281
|
27 |
+
download_size: 3531248
|
28 |
+
dataset_size: 10357632.0
|
29 |
+
---
|
30 |
+
# Dataset Card for "vul_lines"
|
31 |
+
|
32 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|