Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -5,22 +5,24 @@ dataset_info:
|
|
5 |
dtype: string
|
6 |
- name: message
|
7 |
dtype: string
|
|
|
|
|
8 |
- name: patch
|
9 |
dtype: string
|
10 |
- name: file_count
|
11 |
dtype: int64
|
12 |
splits:
|
13 |
- name: train
|
14 |
-
num_bytes:
|
15 |
num_examples: 65606
|
16 |
- name: test
|
17 |
-
num_bytes:
|
18 |
num_examples: 8201
|
19 |
- name: valid
|
20 |
-
num_bytes:
|
21 |
num_examples: 8201
|
22 |
-
download_size:
|
23 |
-
dataset_size:
|
24 |
---
|
25 |
# Dataset Card for "CommitDiffs"
|
26 |
|
|
|
5 |
dtype: string
|
6 |
- name: message
|
7 |
dtype: string
|
8 |
+
- name: sha
|
9 |
+
dtype: string
|
10 |
- name: patch
|
11 |
dtype: string
|
12 |
- name: file_count
|
13 |
dtype: int64
|
14 |
splits:
|
15 |
- name: train
|
16 |
+
num_bytes: 268573915.30394596
|
17 |
num_examples: 65606
|
18 |
- name: test
|
19 |
+
num_bytes: 33572762.84802702
|
20 |
num_examples: 8201
|
21 |
- name: valid
|
22 |
+
num_bytes: 33572762.84802702
|
23 |
num_examples: 8201
|
24 |
+
download_size: 115655765
|
25 |
+
dataset_size: 335719441.0
|
26 |
---
|
27 |
# Dataset Card for "CommitDiffs"
|
28 |
|