techdebt / README.md
davidgaofc's picture
Upload README.md with huggingface_hub
acedc3e
|
raw
history blame
No virus
635 Bytes
---
license: mit
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: CommitHash
dtype: string
- name: NewPath
dtype: string
- name: Diff
dtype: string
- name: FaultInducingLabel
dtype: int64
splits:
- name: train
num_bytes: 117107458
num_examples: 214162
- name: test
num_bytes: 38983661
num_examples: 71388
- name: validation
num_bytes: 39068951
num_examples: 71388
download_size: 82270601
dataset_size: 195160070
---