cvevc_candidates / README.md
fals3's picture
Upload dataset
153fbc9 verified
metadata
dataset_info:
  - config_name: PatchFinder_top10
    features:
      - name: cve
        dtype: large_string
      - name: desc
        dtype: large_string
      - name: repo
        dtype: large_string
      - name: commit_id
        dtype: large_string
      - name: commit_message
        dtype: large_string
      - name: diff
        dtype: large_string
      - name: label
        dtype: int64
      - name: rank
        dtype: uint32
    splits:
      - name: test
        num_bytes: 156585145.5410006
        num_examples: 12461
    download_size: 49881574
    dataset_size: 156585145.5410006
  - config_name: PatchFinder_top100
    features:
      - name: cve
        dtype: large_string
      - name: desc
        dtype: large_string
      - name: repo
        dtype: large_string
      - name: commit_id
        dtype: large_string
      - name: commit_message
        dtype: large_string
      - name: diff
        dtype: large_string
      - name: label
        dtype: int64
      - name: rank
        dtype: uint32
    splits:
      - name: test
        num_bytes: 2255260880
        num_examples: 179473
    download_size: 449237522
    dataset_size: 2255260880
  - config_name: random_10
    features:
      - name: cve
        dtype: string
      - name: desc
        dtype: string
      - name: repo
        dtype: string
      - name: commit_id
        dtype: string
      - name: commit_message
        dtype: string
      - name: diff
        dtype: string
      - name: label
        dtype: int64
    splits:
      - name: test
        num_bytes: 188517663
        num_examples: 12461
    download_size: 53476835
    dataset_size: 188517663
  - config_name: random_100
    features:
      - name: cve
        dtype: string
      - name: desc
        dtype: string
      - name: repo
        dtype: string
      - name: commit_id
        dtype: string
      - name: commit_message
        dtype: string
      - name: diff
        dtype: string
      - name: label
        dtype: int64
    splits:
      - name: test
        num_bytes: 1157050010
        num_examples: 119438
    download_size: 357366713
    dataset_size: 1157050010
configs:
  - config_name: PatchFinder_top10
    data_files:
      - split: test
        path: PatchFinder_top10/test-*
  - config_name: PatchFinder_top100
    data_files:
      - split: test
        path: PatchFinder_top100/test-*
  - config_name: random
    data_files:
      - split: train
        path: random/train-*
      - split: test
        path: random/test-*
      - split: validation
        path: random/validation-*
  - config_name: random_10
    data_files:
      - split: test
        path: random_10/test-*
  - config_name: random_100
    data_files:
      - split: test
        path: random_100/test-*