Commit
·
702e954
1
Parent(s):
1b4b9b4
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -11,26 +11,22 @@ configs:
|
|
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:
|
25 |
num_examples: 207464
|
26 |
- name: test
|
27 |
-
num_bytes:
|
28 |
num_examples: 69155
|
29 |
- name: validation
|
30 |
-
num_bytes:
|
31 |
num_examples: 69155
|
32 |
-
download_size:
|
33 |
-
dataset_size:
|
34 |
---
|
35 |
|
36 |
# Dataset Card for TechDebt
|
|
|
11 |
path: data/validation-*
|
12 |
dataset_info:
|
13 |
features:
|
|
|
|
|
|
|
|
|
14 |
- name: Diff
|
15 |
dtype: string
|
16 |
- name: FaultInducingLabel
|
17 |
dtype: int64
|
18 |
splits:
|
19 |
- name: train
|
20 |
+
num_bytes: 89390701
|
21 |
num_examples: 207464
|
22 |
- name: test
|
23 |
+
num_bytes: 29611000
|
24 |
num_examples: 69155
|
25 |
- name: validation
|
26 |
+
num_bytes: 29496034
|
27 |
num_examples: 69155
|
28 |
+
download_size: 56932761
|
29 |
+
dataset_size: 148497735
|
30 |
---
|
31 |
|
32 |
# Dataset Card for TechDebt
|