Update README.md
Browse files
README.md
CHANGED
|
@@ -1,48 +1,48 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
- config_name:
|
| 4 |
features:
|
| 5 |
- name: id
|
| 6 |
dtype: string
|
| 7 |
- name: commit
|
| 8 |
dtype: string
|
| 9 |
-
- name: candidates
|
| 10 |
-
sequence: string
|
| 11 |
splits:
|
| 12 |
- name: test
|
| 13 |
-
num_bytes:
|
| 14 |
num_examples: 74779
|
| 15 |
- name: validation
|
| 16 |
-
num_bytes:
|
| 17 |
num_examples: 35033
|
| 18 |
-
download_size:
|
| 19 |
-
dataset_size:
|
| 20 |
-
- config_name:
|
| 21 |
features:
|
| 22 |
- name: id
|
| 23 |
dtype: string
|
| 24 |
- name: commit
|
| 25 |
dtype: string
|
|
|
|
|
|
|
| 26 |
splits:
|
| 27 |
- name: test
|
| 28 |
-
num_bytes:
|
| 29 |
num_examples: 74779
|
| 30 |
- name: validation
|
| 31 |
-
num_bytes:
|
| 32 |
num_examples: 35033
|
| 33 |
-
download_size:
|
| 34 |
-
dataset_size:
|
| 35 |
configs:
|
| 36 |
-
- config_name: commit_candidates
|
| 37 |
-
data_files:
|
| 38 |
-
- split: test
|
| 39 |
-
path: commit_candidates/test-*
|
| 40 |
-
- split: validation
|
| 41 |
-
path: commit_candidates/validation-*
|
| 42 |
- config_name: golden_commit
|
| 43 |
data_files:
|
| 44 |
- split: test
|
| 45 |
path: golden_commit/test-*
|
| 46 |
- split: validation
|
| 47 |
path: golden_commit/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
---
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: golden_commit
|
| 4 |
features:
|
| 5 |
- name: id
|
| 6 |
dtype: string
|
| 7 |
- name: commit
|
| 8 |
dtype: string
|
|
|
|
|
|
|
| 9 |
splits:
|
| 10 |
- name: test
|
| 11 |
+
num_bytes: 3859056
|
| 12 |
num_examples: 74779
|
| 13 |
- name: validation
|
| 14 |
+
num_bytes: 2094445
|
| 15 |
num_examples: 35033
|
| 16 |
+
download_size: 929603
|
| 17 |
+
dataset_size: 5953501
|
| 18 |
+
- config_name: commit_candidates
|
| 19 |
features:
|
| 20 |
- name: id
|
| 21 |
dtype: string
|
| 22 |
- name: commit
|
| 23 |
dtype: string
|
| 24 |
+
- name: candidates
|
| 25 |
+
sequence: string
|
| 26 |
splits:
|
| 27 |
- name: test
|
| 28 |
+
num_bytes: 2832088816
|
| 29 |
num_examples: 74779
|
| 30 |
- name: validation
|
| 31 |
+
num_bytes: 2126904157
|
| 32 |
num_examples: 35033
|
| 33 |
+
download_size: 269555092
|
| 34 |
+
dataset_size: 4958992973
|
| 35 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
- config_name: golden_commit
|
| 37 |
data_files:
|
| 38 |
- split: test
|
| 39 |
path: golden_commit/test-*
|
| 40 |
- split: validation
|
| 41 |
path: golden_commit/validation-*
|
| 42 |
+
- config_name: commit_candidates
|
| 43 |
+
data_files:
|
| 44 |
+
- split: test
|
| 45 |
+
path: commit_candidates/test-*
|
| 46 |
+
- split: validation
|
| 47 |
+
path: commit_candidates/validation-*
|
| 48 |
---
|