| configs: | |
| - config_name: default | |
| data_files: | |
| - split: train | |
| path: data/train-* | |
| - split: dev | |
| path: data/dev-* | |
| - split: test | |
| path: data/test-* | |
| dataset_info: | |
| features: | |
| - name: repo | |
| dtype: string | |
| - name: instance_id | |
| dtype: string | |
| - name: base_commit | |
| dtype: string | |
| - name: patch | |
| dtype: string | |
| - name: test_patch | |
| dtype: string | |
| - name: problem_statement | |
| dtype: string | |
| - name: hints_text | |
| dtype: string | |
| - name: created_at | |
| dtype: string | |
| - name: version | |
| dtype: string | |
| - name: FAIL_TO_PASS | |
| dtype: string | |
| - name: PASS_TO_PASS | |
| dtype: string | |
| - name: environment_setup_commit | |
| dtype: string | |
| - name: traceback | |
| dtype: string | |
| - name: __index_level_0__ | |
| dtype: int64 | |
| splits: | |
| - name: train | |
| num_bytes: 22169171 | |
| num_examples: 1626 | |
| - name: dev | |
| num_bytes: 494387 | |
| num_examples: 30 | |
| - name: test | |
| num_bytes: 3585946 | |
| num_examples: 194 | |
| download_size: 8347130 | |
| dataset_size: 26249504 | |
| # Dataset Card for "SWE-bench-traceback" | |
| [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |