File size: 1,231 Bytes
			
			| 0be0099 827dcc3 aded32c cdb0ee4 1b01c55 27ad85f 0be0099 827dcc3 aded32c cdb0ee4 1b01c55 27ad85f 0be0099 | 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 55 56 57 58 59 | ---
dataset_info:
  features:
  - name: is_vulnerable
    dtype: bool
  - name: func
    dtype: string
  - name: cwe
    sequence: string
  - name: project
    dtype: string
  - name: commit_id
    dtype: string
  - name: hash
    dtype: string
  - name: big_vul_idx
    dtype: int64
  - name: idx
    dtype: int64
  - name: cwe_description
    dtype: string
  splits:
  - name: train_paired
    num_bytes: 47671952
    num_examples: 8708
  - name: valid_paired
    num_bytes: 5066575
    num_examples: 1124
  - name: test_paired
    num_bytes: 6281671
    num_examples: 1128
  - name: train_unpaired
    num_bytes: 280162286
    num_examples: 184427
  - name: valid_unpaired
    num_bytes: 34895329
    num_examples: 25430
  - name: test_unpaired
    num_bytes: 37551188
    num_examples: 25911
  download_size: 137653372
  dataset_size: 411629001
configs:
- config_name: default
  data_files:
  - split: train_paired
    path: data/train_paired-*
  - split: valid_paired
    path: data/valid_paired-*
  - split: test_paired
    path: data/test_paired-*
  - split: train_unpaired
    path: data/train_unpaired-*
  - split: valid_unpaired
    path: data/valid_unpaired-*
  - split: test_unpaired
    path: data/test_unpaired-*
---
 | 
