Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -289,6 +289,30 @@ dataset_info:
|
|
| 289 |
num_examples: 224
|
| 290 |
download_size: 22084803
|
| 291 |
dataset_size: 114370147
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 292 |
configs:
|
| 293 |
- config_name: alphabetical_composer_all_context
|
| 294 |
data_files:
|
|
@@ -338,4 +362,8 @@ configs:
|
|
| 338 |
data_files:
|
| 339 |
- split: test
|
| 340 |
path: naive_composer_py_context/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 341 |
---
|
|
|
|
| 289 |
num_examples: 224
|
| 290 |
download_size: 22084803
|
| 291 |
dataset_size: 114370147
|
| 292 |
+
- config_name: path_distance_composer_all_context
|
| 293 |
+
features:
|
| 294 |
+
- name: repo_id
|
| 295 |
+
dtype: int64
|
| 296 |
+
- name: repo_name
|
| 297 |
+
dtype: string
|
| 298 |
+
- name: project_context
|
| 299 |
+
dtype: string
|
| 300 |
+
- name: file_context
|
| 301 |
+
list:
|
| 302 |
+
- name: content
|
| 303 |
+
dtype: string
|
| 304 |
+
- name: type
|
| 305 |
+
dtype: string
|
| 306 |
+
- name: gt
|
| 307 |
+
sequence: string
|
| 308 |
+
- name: metainfo_separator
|
| 309 |
+
dtype: string
|
| 310 |
+
splits:
|
| 311 |
+
- name: test
|
| 312 |
+
num_bytes: 590554966
|
| 313 |
+
num_examples: 224
|
| 314 |
+
download_size: 236585246
|
| 315 |
+
dataset_size: 590554966
|
| 316 |
configs:
|
| 317 |
- config_name: alphabetical_composer_all_context
|
| 318 |
data_files:
|
|
|
|
| 362 |
data_files:
|
| 363 |
- split: test
|
| 364 |
path: naive_composer_py_context/test-*
|
| 365 |
+
- config_name: path_distance_composer_all_context
|
| 366 |
+
data_files:
|
| 367 |
+
- split: test
|
| 368 |
+
path: path_distance_composer_all_context/test-*
|
| 369 |
---
|