Upload dataset
Browse files
README.md
CHANGED
@@ -150,6 +150,36 @@ dataset_info:
|
|
150 |
num_examples: 26015
|
151 |
download_size: 346362115
|
152 |
dataset_size: 1053900721
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
configs:
|
154 |
- config_name: all
|
155 |
data_files:
|
@@ -191,4 +221,12 @@ configs:
|
|
191 |
path: php/test-*
|
192 |
- split: validation
|
193 |
path: php/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
194 |
---
|
|
|
150 |
num_examples: 26015
|
151 |
download_size: 346362115
|
152 |
dataset_size: 1053900721
|
153 |
+
- config_name: python
|
154 |
+
features:
|
155 |
+
- name: repository_name
|
156 |
+
dtype: string
|
157 |
+
- name: func_path_in_repository
|
158 |
+
dtype: string
|
159 |
+
- name: func_name
|
160 |
+
dtype: string
|
161 |
+
- name: whole_func_string
|
162 |
+
dtype: string
|
163 |
+
- name: language
|
164 |
+
dtype: string
|
165 |
+
- name: func_code_string
|
166 |
+
dtype: string
|
167 |
+
- name: func_documentation_string
|
168 |
+
dtype: string
|
169 |
+
- name: func_code_url
|
170 |
+
dtype: string
|
171 |
+
splits:
|
172 |
+
- name: train
|
173 |
+
num_bytes: 1086892447
|
174 |
+
num_examples: 412178
|
175 |
+
- name: test
|
176 |
+
num_bytes: 59417109
|
177 |
+
num_examples: 22176
|
178 |
+
- name: validation
|
179 |
+
num_bytes: 64756973
|
180 |
+
num_examples: 23107
|
181 |
+
download_size: 435192611
|
182 |
+
dataset_size: 1211066529
|
183 |
configs:
|
184 |
- config_name: all
|
185 |
data_files:
|
|
|
221 |
path: php/test-*
|
222 |
- split: validation
|
223 |
path: php/validation-*
|
224 |
+
- config_name: python
|
225 |
+
data_files:
|
226 |
+
- split: train
|
227 |
+
path: python/train-*
|
228 |
+
- split: test
|
229 |
+
path: python/test-*
|
230 |
+
- split: validation
|
231 |
+
path: python/validation-*
|
232 |
---
|
python/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fd05fc9dd40d382716237675492afb7d99d72228825bbc6b684343931da5899
|
3 |
+
size 21690637
|
python/train-00000-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4c22ef84593daef4e678b37a62fabac78b16096808394f28eaaac47d99aa769
|
3 |
+
size 130266144
|
python/train-00001-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a0e111b95c43a8d6976d150617b71bf8712146a9935313e8f9c51a18a4ea9cc
|
3 |
+
size 135179070
|
python/train-00002-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f53bebf21a6d5b5dce98bf11f1af27b8a710a6efead3882004e6993fac7cbd50
|
3 |
+
size 124980010
|
python/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:258ea9d698a6b836304fba2ecdf2919f84902c45314e134010c0d2b0c7ed0ff8
|
3 |
+
size 23076750
|