Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -265,6 +265,30 @@ dataset_info:
|
|
| 265 |
num_examples: 224
|
| 266 |
download_size: 226480268
|
| 267 |
dataset_size: 560157388
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 268 |
configs:
|
| 269 |
- config_name: alphabetical_composer_all_context
|
| 270 |
data_files:
|
|
@@ -310,4 +334,8 @@ configs:
|
|
| 310 |
data_files:
|
| 311 |
- split: test
|
| 312 |
path: naive_composer_non_py_context/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 313 |
---
|
|
|
|
| 265 |
num_examples: 224
|
| 266 |
download_size: 226480268
|
| 267 |
dataset_size: 560157388
|
| 268 |
+
- config_name: naive_composer_py_context
|
| 269 |
+
features:
|
| 270 |
+
- name: repo_id
|
| 271 |
+
dtype: int64
|
| 272 |
+
- name: repo_name
|
| 273 |
+
dtype: string
|
| 274 |
+
- name: project_context
|
| 275 |
+
dtype: string
|
| 276 |
+
- name: file_context
|
| 277 |
+
list:
|
| 278 |
+
- name: content
|
| 279 |
+
dtype: string
|
| 280 |
+
- name: type
|
| 281 |
+
dtype: string
|
| 282 |
+
- name: gt
|
| 283 |
+
sequence: string
|
| 284 |
+
- name: metainfo_separator
|
| 285 |
+
dtype: string
|
| 286 |
+
splits:
|
| 287 |
+
- name: test
|
| 288 |
+
num_bytes: 114370147
|
| 289 |
+
num_examples: 224
|
| 290 |
+
download_size: 22084803
|
| 291 |
+
dataset_size: 114370147
|
| 292 |
configs:
|
| 293 |
- config_name: alphabetical_composer_all_context
|
| 294 |
data_files:
|
|
|
|
| 334 |
data_files:
|
| 335 |
- split: test
|
| 336 |
path: naive_composer_non_py_context/test-*
|
| 337 |
+
- config_name: naive_composer_py_context
|
| 338 |
+
data_files:
|
| 339 |
+
- split: test
|
| 340 |
+
path: naive_composer_py_context/test-*
|
| 341 |
---
|