Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -313,6 +313,30 @@ dataset_info:
|
|
| 313 |
num_examples: 224
|
| 314 |
download_size: 236585246
|
| 315 |
dataset_size: 590554966
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 316 |
configs:
|
| 317 |
- config_name: alphabetical_composer_all_context
|
| 318 |
data_files:
|
|
@@ -366,4 +390,8 @@ configs:
|
|
| 366 |
data_files:
|
| 367 |
- split: test
|
| 368 |
path: path_distance_composer_all_context/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 369 |
---
|
|
|
|
| 313 |
num_examples: 224
|
| 314 |
download_size: 236585246
|
| 315 |
dataset_size: 590554966
|
| 316 |
+
- config_name: path_distance_composer_non_py_context
|
| 317 |
+
features:
|
| 318 |
+
- name: repo_id
|
| 319 |
+
dtype: int64
|
| 320 |
+
- name: repo_name
|
| 321 |
+
dtype: string
|
| 322 |
+
- name: project_context
|
| 323 |
+
dtype: string
|
| 324 |
+
- name: file_context
|
| 325 |
+
list:
|
| 326 |
+
- name: content
|
| 327 |
+
dtype: string
|
| 328 |
+
- name: type
|
| 329 |
+
dtype: string
|
| 330 |
+
- name: gt
|
| 331 |
+
sequence: string
|
| 332 |
+
- name: metainfo_separator
|
| 333 |
+
dtype: string
|
| 334 |
+
splits:
|
| 335 |
+
- name: test
|
| 336 |
+
num_bytes: 560157388
|
| 337 |
+
num_examples: 224
|
| 338 |
+
download_size: 226460548
|
| 339 |
+
dataset_size: 560157388
|
| 340 |
configs:
|
| 341 |
- config_name: alphabetical_composer_all_context
|
| 342 |
data_files:
|
|
|
|
| 390 |
data_files:
|
| 391 |
- split: test
|
| 392 |
path: path_distance_composer_all_context/test-*
|
| 393 |
+
- config_name: path_distance_composer_non_py_context
|
| 394 |
+
data_files:
|
| 395 |
+
- split: test
|
| 396 |
+
path: path_distance_composer_non_py_context/test-*
|
| 397 |
---
|