cleaned_bigvul / README.md
mahdin70's picture
Upload dataset
b20b4d8 verified
|
raw
history blame
723 Bytes
metadata
dataset_info:
  features:
    - name: CVE ID
      dtype: string
    - name: CVE Page
      dtype: string
    - name: CWE ID
      dtype: string
    - name: fixed_func
      dtype: string
    - name: func
      dtype: string
    - name: vul
      dtype: int8
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: train
      num_bytes: 248069402
      num_examples: 121933
    - name: test
      num_bytes: 50119361
      num_examples: 25574
    - name: validation
      num_bytes: 49679812
      num_examples: 25629
  download_size: 155862375
  dataset_size: 347868575
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*