PatchBP / README.md
SunBK201's picture
Update README.md
a332ed0 verified
|
raw
history blame
842 Bytes
metadata
license: mit
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: cve_id
      dtype: string
    - name: repo
      dtype: string
    - name: repo_url
      dtype: string
    - name: file_path
      dtype: string
    - name: function_name
      dtype: string
    - name: pa
      dtype: string
    - name: pb
      dtype: string
    - name: px
      dtype: string
    - name: py
      dtype: string
    - name: pa_sliced
      dtype: string
    - name: pb_sliced
      dtype: string
    - name: px_sliced
      dtype: string
    - name: py_sliced
      dtype: string
    - name: patch_sliced
      dtype: string
  splits:
    - name: train
      num_bytes: 92561816
      num_examples: 4787
  download_size: 27458445
  dataset_size: 92561816
task_categories:
  - text-generation
tags:
  - code
  - patch
size_categories:
  - 1K<n<10K