techdebt / README.md
davidgaofc's picture
Upload README.md with huggingface_hub
fc73d76
|
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: 122182734
num_examples: 248381
- name: test
num_bytes: 40534619
num_examples: 82794
- name: validation
num_bytes: 40660885
num_examples: 82794
download_size: 86733857
dataset_size: 203378238
---