Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,22 +1,24 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
|
|
|
|
|
|
| 4 |
- name: message
|
| 5 |
dtype: string
|
| 6 |
- name: patch
|
| 7 |
dtype: string
|
| 8 |
splits:
|
| 9 |
- name: train
|
| 10 |
-
num_bytes:
|
| 11 |
-
num_examples:
|
| 12 |
- name: test
|
| 13 |
-
num_bytes:
|
| 14 |
-
num_examples:
|
| 15 |
- name: valid
|
| 16 |
-
num_bytes:
|
| 17 |
-
num_examples:
|
| 18 |
-
download_size:
|
| 19 |
-
dataset_size:
|
| 20 |
---
|
| 21 |
# Dataset Card for "CommitDiffs"
|
| 22 |
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
+
- name: language
|
| 5 |
+
dtype: string
|
| 6 |
- name: message
|
| 7 |
dtype: string
|
| 8 |
- name: patch
|
| 9 |
dtype: string
|
| 10 |
splits:
|
| 11 |
- name: train
|
| 12 |
+
num_bytes: 52434810.23647074
|
| 13 |
+
num_examples: 37755
|
| 14 |
- name: test
|
| 15 |
+
num_bytes: 6555219.290587787
|
| 16 |
+
num_examples: 4720
|
| 17 |
- name: valid
|
| 18 |
+
num_bytes: 6553830.472941476
|
| 19 |
+
num_examples: 4719
|
| 20 |
+
download_size: 25608722
|
| 21 |
+
dataset_size: 65543860.0
|
| 22 |
---
|
| 23 |
# Dataset Card for "CommitDiffs"
|
| 24 |
|