File size: 635 Bytes
628a75b
 
fc73d76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
aaec56b
 
fc73d76
aaec56b
 
fc73d76
aaec56b
 
 
 
628a75b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
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: 116120391
    num_examples: 207464
  - name: test
    num_bytes: 38526893
    num_examples: 69155
  - name: validation
    num_bytes: 38411094
    num_examples: 69155
  download_size: 81617873
  dataset_size: 193058378
---