IridescentOwl's picture
Sard Vulnerability Dataset from cpp and php
5425db7 verified
|
Raw
History Blame Contribute Delete
1.03 kB
metadata
dataset_info:
  features:
    - name: vul
      dtype: int64
    - name: CWE ID
      dtype: string
    - name: path
      dtype: string
    - name: language
      dtype: string
    - name: description
      dtype: string
    - name: func_before
      dtype: string
    - name: artifacts_list
      list:
        - name: hashes
          struct:
            - name: sha-256
              dtype: string
        - name: length
          dtype: int64
        - name: location
          struct:
            - name: uri
              dtype: string
        - name: sourceLanguage
          dtype: string
    - name: supported_code
      dtype: string
  splits:
    - name: train
      num_bytes: 1253506856.3139298
      num_examples: 282203
    - name: test
      num_bytes: 69448516.48801853
      num_examples: 15635
    - name: validation
      num_bytes: 65974980.19805175
      num_examples: 14853
  download_size: 261984445
  dataset_size: 1388930353
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*