| dataset_info: | |
| features: | |
| - name: task_id | |
| dtype: string | |
| - name: prompt | |
| dtype: string | |
| - name: declaration | |
| dtype: string | |
| - name: canonical_solution | |
| dtype: string | |
| - name: buggy_solution | |
| dtype: string | |
| - name: bug_type | |
| dtype: string | |
| - name: failure_symptoms | |
| dtype: string | |
| - name: entry_point | |
| dtype: string | |
| - name: import | |
| dtype: string | |
| - name: test_setup | |
| dtype: string | |
| - name: test | |
| dtype: string | |
| - name: example_test | |
| dtype: string | |
| - name: signature | |
| dtype: string | |
| - name: docstring | |
| dtype: string | |
| - name: instruction | |
| dtype: string | |
| - name: messages | |
| list: | |
| - name: content | |
| dtype: string | |
| - name: role | |
| dtype: string | |
| splits: | |
| - name: test | |
| num_bytes: 468737 | |
| num_examples: 164 | |
| download_size: 219775 | |
| dataset_size: 468737 | |
| configs: | |
| - config_name: default | |
| data_files: | |
| - split: test | |
| path: data/test-* | |