File size: 1,030 Bytes
5425db7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
47
48
49
50
51
52
53
54
---
dataset_info:
  features:
  - name: vul
    dtype: int64
  - name: CWE ID
    dtype: string
  - name: path
    dtype: string
  - name: language
    dtype: string
  - name: description
    dtype: string
  - name: func_before
    dtype: string
  - name: artifacts_list
    list:
    - name: hashes
      struct:
      - name: sha-256
        dtype: string
    - name: length
      dtype: int64
    - name: location
      struct:
      - name: uri
        dtype: string
    - name: sourceLanguage
      dtype: string
  - name: supported_code
    dtype: string
  splits:
  - name: train
    num_bytes: 1253506856.3139298
    num_examples: 282203
  - name: test
    num_bytes: 69448516.48801853
    num_examples: 15635
  - name: validation
    num_bytes: 65974980.19805175
    num_examples: 14853
  download_size: 261984445
  dataset_size: 1388930353.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---