| { |
| "name": "stack_v2_sparse_classes_10k", |
| "source_dataset_dir": "data/stack_v2_sparse_classes_30k", |
| "source_dataset": "bigcode/the-stack-v2-dedup", |
| "source_data_files": "data/Python/*.parquet", |
| "snapshot_size": 10000, |
| "snapshot_seed": 42, |
| "bad_json_lines_skipped": 0, |
| "splits": { |
| "train": 9000, |
| "val": 500, |
| "test": 500 |
| }, |
| "format": "class-level Python code generation with prompt, skeleton, method bodies, and reconstructed solution", |
| "filters": { |
| "min_methods": 2, |
| "max_methods": 6, |
| "require_method_docstrings": true, |
| "min_body_lines": 3, |
| "max_body_lines": 30, |
| "max_total_tokens": 1500, |
| "min_length_bytes": 500, |
| "max_length_bytes": 50000, |
| "skip_tests_docs_examples_init": true, |
| "pyflakes_hard_filter": false |
| }, |
| "method_count_distribution": { |
| "2": 6117, |
| "3": 2225, |
| "4": 929, |
| "5": 460, |
| "6": 269 |
| }, |
| "top_repos": [ |
| [ |
| "cohesity/management-sdk-python", |
| 190 |
| ], |
| [ |
| "microsoftgraph/msgraph-sdk-python", |
| 161 |
| ], |
| [ |
| "home-assistant/core", |
| 100 |
| ], |
| [ |
| "jansel/pytorch-jit-paritybench", |
| 80 |
| ], |
| [ |
| "sungminoh/algorithms", |
| 54 |
| ], |
| [ |
| "953250587/leetcode-python", |
| 47 |
| ], |
| [ |
| "bssrdf/pyleet", |
| 44 |
| ], |
| [ |
| "Shiv2157k/leet_code", |
| 37 |
| ], |
| [ |
| "Jimmy-INL/google-research", |
| 37 |
| ], |
| [ |
| "inventree/InvenTree", |
| 28 |
| ], |
| [ |
| "metoppv/improver", |
| 28 |
| ], |
| [ |
| "JavaRod/SP_Python220B_2019", |
| 28 |
| ], |
| [ |
| "bingli8802/leetcode", |
| 28 |
| ], |
| [ |
| "musabahmed/baba", |
| 27 |
| ], |
| [ |
| "mindspore-ai/models", |
| 27 |
| ], |
| [ |
| "vincent-lg/tsunami", |
| 27 |
| ], |
| [ |
| "RaulCatalano/meraki-python-sdk", |
| 26 |
| ], |
| [ |
| "yiming1012/MyLeetCode", |
| 26 |
| ], |
| [ |
| "demisto/content", |
| 26 |
| ], |
| [ |
| "metux/chromium-suckless", |
| 26 |
| ] |
| ], |
| "avg_body_lines": 9.226233090922793, |
| "task": "Given class/method signatures and docstrings, generate class skeleton and method bodies for Diffusion + AR hybrid code generation experiments." |
| } |
|
|