Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -337,6 +337,30 @@ dataset_info:
|
|
| 337 |
num_examples: 224
|
| 338 |
download_size: 226460548
|
| 339 |
dataset_size: 560157388
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 340 |
configs:
|
| 341 |
- config_name: alphabetical_composer_all_context
|
| 342 |
data_files:
|
|
@@ -394,4 +418,8 @@ configs:
|
|
| 394 |
data_files:
|
| 395 |
- split: test
|
| 396 |
path: path_distance_composer_non_py_context/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 397 |
---
|
|
|
|
| 337 |
num_examples: 224
|
| 338 |
download_size: 226460548
|
| 339 |
dataset_size: 560157388
|
| 340 |
+
- config_name: path_distance_composer_py_context
|
| 341 |
+
features:
|
| 342 |
+
- name: repo_id
|
| 343 |
+
dtype: int64
|
| 344 |
+
- name: repo_name
|
| 345 |
+
dtype: string
|
| 346 |
+
- name: project_context
|
| 347 |
+
dtype: string
|
| 348 |
+
- name: file_context
|
| 349 |
+
list:
|
| 350 |
+
- name: content
|
| 351 |
+
dtype: string
|
| 352 |
+
- name: type
|
| 353 |
+
dtype: string
|
| 354 |
+
- name: gt
|
| 355 |
+
sequence: string
|
| 356 |
+
- name: metainfo_separator
|
| 357 |
+
dtype: string
|
| 358 |
+
splits:
|
| 359 |
+
- name: test
|
| 360 |
+
num_bytes: 114370147
|
| 361 |
+
num_examples: 224
|
| 362 |
+
download_size: 22014753
|
| 363 |
+
dataset_size: 114370147
|
| 364 |
configs:
|
| 365 |
- config_name: alphabetical_composer_all_context
|
| 366 |
data_files:
|
|
|
|
| 418 |
data_files:
|
| 419 |
- split: test
|
| 420 |
path: path_distance_composer_non_py_context/test-*
|
| 421 |
+
- config_name: path_distance_composer_py_context
|
| 422 |
+
data_files:
|
| 423 |
+
- split: test
|
| 424 |
+
path: path_distance_composer_py_context/test-*
|
| 425 |
---
|