Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -217,6 +217,30 @@ dataset_info:
|
|
217 |
num_examples: 224
|
218 |
download_size: 22077336
|
219 |
dataset_size: 114370147
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
220 |
configs:
|
221 |
- config_name: alphabetical_composer_all_context
|
222 |
data_files:
|
@@ -254,4 +278,8 @@ configs:
|
|
254 |
data_files:
|
255 |
- split: test
|
256 |
path: imports_first_composer_py_context/test-*
|
|
|
|
|
|
|
|
|
257 |
---
|
|
|
217 |
num_examples: 224
|
218 |
download_size: 22077336
|
219 |
dataset_size: 114370147
|
220 |
+
- config_name: naive_composer_all_context
|
221 |
+
features:
|
222 |
+
- name: repo_id
|
223 |
+
dtype: int64
|
224 |
+
- name: repo_name
|
225 |
+
dtype: string
|
226 |
+
- name: project_context
|
227 |
+
dtype: string
|
228 |
+
- name: file_context
|
229 |
+
list:
|
230 |
+
- name: content
|
231 |
+
dtype: string
|
232 |
+
- name: type
|
233 |
+
dtype: string
|
234 |
+
- name: gt
|
235 |
+
sequence: string
|
236 |
+
- name: metainfo_separator
|
237 |
+
dtype: string
|
238 |
+
splits:
|
239 |
+
- name: test
|
240 |
+
num_bytes: 590554966
|
241 |
+
num_examples: 224
|
242 |
+
download_size: 236382094
|
243 |
+
dataset_size: 590554966
|
244 |
configs:
|
245 |
- config_name: alphabetical_composer_all_context
|
246 |
data_files:
|
|
|
278 |
data_files:
|
279 |
- split: test
|
280 |
path: imports_first_composer_py_context/test-*
|
281 |
+
- config_name: naive_composer_all_context
|
282 |
+
data_files:
|
283 |
+
- split: test
|
284 |
+
path: naive_composer_all_context/test-*
|
285 |
---
|