davidgaofc commited on
Commit
fc73d76
·
1 Parent(s): 53ceab4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -1,3 +1,34 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: test
9
+ path: data/test-*
10
+ - split: validation
11
+ path: data/validation-*
12
+ dataset_info:
13
+ features:
14
+ - name: CommitHash
15
+ dtype: string
16
+ - name: NewPath
17
+ dtype: string
18
+ - name: Diff
19
+ dtype: string
20
+ - name: FaultInducingLabel
21
+ dtype: int64
22
+ splits:
23
+ - name: train
24
+ num_bytes: 122182734
25
+ num_examples: 248381
26
+ - name: test
27
+ num_bytes: 40534619
28
+ num_examples: 82794
29
+ - name: validation
30
+ num_bytes: 40660885
31
+ num_examples: 82794
32
+ download_size: 86733857
33
+ dataset_size: 203378238
34
  ---