bigvul-securepair / README.md
felixwangg's picture
Upload dataset
cd4e947 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: source
      dtype: string
    - name: target
      dtype: string
    - name: func_before
      dtype: string
    - name: func_after
      dtype: string
    - name: num_hunks
      dtype: int64
    - name: project
      dtype: string
    - name: cwe_id
      dtype: string
    - name: cve_id
      dtype: string
  splits:
    - name: train
      num_bytes: 58875330
      num_examples: 7290
    - name: validation
      num_bytes: 10363678
      num_examples: 911
    - name: test
      num_bytes: 9916239
      num_examples: 911
    - name: full
      num_bytes: 79155247
      num_examples: 9112
  download_size: 54439989
  dataset_size: 158310494
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
      - split: full
        path: data/full-*