File size: 965 Bytes
4320043
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
dataset_info:
  features:
  - name: id
    dtype: int32
  - name: func
    dtype: string
  - name: target
    dtype: bool
  - name: project
    dtype: string
  - name: commit_id
    dtype: string
  - name: func_clean
    dtype: string
  - name: vul_lines
    struct:
    - name: code
      sequence: string
    - name: line_no
      sequence: int64
  - name: normalized_func
    dtype: string
  - name: lines
    sequence: string
  - name: label
    sequence: int64
  - name: line_no
    sequence:
      sequence: int64
  splits:
  - name: test
    num_bytes: 22801956
    num_examples: 2732
  - name: train
    num_bytes: 183794878
    num_examples: 21854
  - name: validation
    num_bytes: 22451009
    num_examples: 2732
  download_size: 72100845
  dataset_size: 229047843
---
# Dataset Card for "devign_with_norm_vul_lines"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)