| { | |
| "features": { | |
| "repo": {"dtype": "string"}, | |
| "pull_number": {"dtype": "string"}, | |
| "instance_id": {"dtype": "string"}, | |
| "issue_numbers": {"dtype": "sequence[string]"}, | |
| "base_commit": {"dtype": "string"}, | |
| "patch": {"dtype": "string"}, | |
| "test_patch": {"dtype": "string"}, | |
| "problem_statement": {"dtype": "string"}, | |
| "hints_text": {"dtype": "string"}, | |
| "created_at": {"dtype": "timestamp"}, | |
| "version": {"dtype": "string"}, | |
| "PASS_TO_PASS": {"dtype": "sequence[string]"}, | |
| "FAIL_TO_PASS": {"dtype": "sequence[string]"}, | |
| "language": {"dtype": "string"}, | |
| "image_urls": {"dtype": "sequence[string]"}, | |
| "website_links": {"dtype": "sequence[string]"} | |
| } | |
| } | |