Upload dataset
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: string
|
@@ -17,6 +17,21 @@ dataset_info:
|
|
17 |
num_examples: 35033
|
18 |
download_size: 269555092
|
19 |
dataset_size: 4958992973
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
configs:
|
21 |
- config_name: commit_candidates
|
22 |
data_files:
|
@@ -24,4 +39,10 @@ configs:
|
|
24 |
path: commit_candidates/test-*
|
25 |
- split: validation
|
26 |
path: commit_candidates/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: commit_candidates
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: string
|
|
|
17 |
num_examples: 35033
|
18 |
download_size: 269555092
|
19 |
dataset_size: 4958992973
|
20 |
+
- config_name: golden_commit
|
21 |
+
features:
|
22 |
+
- name: id
|
23 |
+
dtype: string
|
24 |
+
- name: commit
|
25 |
+
dtype: string
|
26 |
+
splits:
|
27 |
+
- name: test
|
28 |
+
num_bytes: 3859056
|
29 |
+
num_examples: 74779
|
30 |
+
- name: validation
|
31 |
+
num_bytes: 2094445
|
32 |
+
num_examples: 35033
|
33 |
+
download_size: 929603
|
34 |
+
dataset_size: 5953501
|
35 |
configs:
|
36 |
- config_name: commit_candidates
|
37 |
data_files:
|
|
|
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 |
---
|
golden_commit/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7759e1b3dc910c4ca60aa12c9e4391e5f6f63ca960f0ab2f1a7b69a36cb8b59e
|
3 |
+
size 611514
|
golden_commit/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78dc62d073e5d45e1d86eb515ea8778aee2ba004abb6fbccafb247e5ae0bd5ec
|
3 |
+
size 318089
|