Upload dataset
Browse files- 2017-07/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2017-07/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:029cc4693deeb6c1a330024cf4f52796f7423cd8b1f26d8ab87e318bf1741ec3
|
| 3 |
+
size 185380
|
README.md
CHANGED
|
@@ -84,6 +84,26 @@ dataset_info:
|
|
| 84 |
num_examples: 0
|
| 85 |
download_size: 324
|
| 86 |
dataset_size: 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
configs:
|
| 88 |
- config_name: 2017-01
|
| 89 |
data_files:
|
|
@@ -109,4 +129,8 @@ configs:
|
|
| 109 |
data_files:
|
| 110 |
- split: train
|
| 111 |
path: 2017-06/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 112 |
---
|
|
|
|
| 84 |
num_examples: 0
|
| 85 |
download_size: 324
|
| 86 |
dataset_size: 0
|
| 87 |
+
- config_name: 2017-07
|
| 88 |
+
features:
|
| 89 |
+
- name: file_path
|
| 90 |
+
dtype: string
|
| 91 |
+
- name: num_changed_lines
|
| 92 |
+
dtype: int64
|
| 93 |
+
- name: code
|
| 94 |
+
dtype: string
|
| 95 |
+
- name: repo_name
|
| 96 |
+
dtype: string
|
| 97 |
+
- name: commit_date
|
| 98 |
+
dtype: string
|
| 99 |
+
- name: sha
|
| 100 |
+
dtype: string
|
| 101 |
+
splits:
|
| 102 |
+
- name: train
|
| 103 |
+
num_bytes: 558749
|
| 104 |
+
num_examples: 19
|
| 105 |
+
download_size: 185380
|
| 106 |
+
dataset_size: 558749
|
| 107 |
configs:
|
| 108 |
- config_name: 2017-01
|
| 109 |
data_files:
|
|
|
|
| 129 |
data_files:
|
| 130 |
- split: train
|
| 131 |
path: 2017-06/train-*
|
| 132 |
+
- config_name: 2017-07
|
| 133 |
+
data_files:
|
| 134 |
+
- split: train
|
| 135 |
+
path: 2017-07/train-*
|
| 136 |
---
|