Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
RealVul / README.md
Partha117's picture
Upload dataset
e8b8139 verified
|
raw
history blame
735 Bytes
metadata
dataset_info:
  features:
    - name: file_name
      dtype: int64
    - name: vulnerable_line_numbers
      dtype: string
    - name: dataset_type
      dtype: string
    - name: commit_hash
      dtype: string
    - name: unique_id
      dtype: int64
    - name: project
      dtype: string
    - name: target
      dtype: int64
    - name: repo_url
      dtype: string
    - name: date
      dtype: string
    - name: code
      dtype: string
  splits:
    - name: train
      num_bytes: 1436470719
      num_examples: 128705
    - name: test
      num_bytes: 1665094489
      num_examples: 142214
  download_size: 996606991
  dataset_size: 3101565208
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*