Upload dataset
Browse files- 2020-11/train-00000-of-00001.parquet +3 -0
- README.md +24 -0
2020-11/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4f08c93a84a6243102ec75c0fbc19ed19c1c56c184dedd95c085a2d74afda55
|
| 3 |
+
size 3801379
|
README.md
CHANGED
|
@@ -776,6 +776,26 @@ dataset_info:
|
|
| 776 |
num_examples: 182
|
| 777 |
download_size: 4463536
|
| 778 |
dataset_size: 15098852
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 779 |
configs:
|
| 780 |
- config_name: 2017-01
|
| 781 |
data_files:
|
|
@@ -961,4 +981,8 @@ configs:
|
|
| 961 |
data_files:
|
| 962 |
- split: train
|
| 963 |
path: 2020-10/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 964 |
---
|
|
|
|
| 776 |
num_examples: 182
|
| 777 |
download_size: 4463536
|
| 778 |
dataset_size: 15098852
|
| 779 |
+
- config_name: 2020-11
|
| 780 |
+
features:
|
| 781 |
+
- name: file_path
|
| 782 |
+
dtype: string
|
| 783 |
+
- name: num_changed_lines
|
| 784 |
+
dtype: int64
|
| 785 |
+
- name: code
|
| 786 |
+
dtype: string
|
| 787 |
+
- name: repo_name
|
| 788 |
+
dtype: string
|
| 789 |
+
- name: commit_date
|
| 790 |
+
dtype: string
|
| 791 |
+
- name: sha
|
| 792 |
+
dtype: string
|
| 793 |
+
splits:
|
| 794 |
+
- name: train
|
| 795 |
+
num_bytes: 12339541
|
| 796 |
+
num_examples: 191
|
| 797 |
+
download_size: 3801379
|
| 798 |
+
dataset_size: 12339541
|
| 799 |
configs:
|
| 800 |
- config_name: 2017-01
|
| 801 |
data_files:
|
|
|
|
| 981 |
data_files:
|
| 982 |
- split: train
|
| 983 |
path: 2020-10/train-*
|
| 984 |
+
- config_name: 2020-11
|
| 985 |
+
data_files:
|
| 986 |
+
- split: train
|
| 987 |
+
path: 2020-11/train-*
|
| 988 |
---
|