File size: 678 Bytes
5b6c214
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: task_id
    dtype: string
  - name: project
    dtype: string
  - name: n_targets
    dtype: int64
  - name: targets
    list:
    - name: entrypoint
      dtype: string
    - name: taint_path
      dtype: string
    - name: target_key
      dtype: string
    - name: vulnerability_type
      dtype: string
    - name: vulnerable_function
      dtype: string
    - name: vulnerable_program_location
      dtype: string
  splits:
  - name: train
    num_bytes: 3117923393
    num_examples: 452
  download_size: 3118158146
  dataset_size: 3117923393
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---