bigvul / README.md
benjis's picture
Update README.md
4d8647a
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: CVE ID
      dtype: string
    - name: CVE Page
      dtype: string
    - name: CWE ID
      dtype: string
    - name: codeLink
      dtype: string
    - name: commit_id
      dtype: string
    - name: commit_message
      dtype: string
    - name: func_after
      dtype: string
    - name: func_before
      dtype: string
    - name: lang
      dtype: string
    - name: project
      dtype: string
    - name: vul
      dtype: int8
  splits:
    - name: train
      num_bytes: 404950685.2579571
      num_examples: 150908
    - name: validation
      num_bytes: 88684597.21877055
      num_examples: 33049
    - name: test
      num_bytes: 88687280.64632414
      num_examples: 33050
  download_size: 252969708
  dataset_size: 582322563.1230518

Dataset Card for "bigvul"

Unofficial, not affiliated with the authors.