|
1 | 1 | from datasets import Dataset
|
2 | 2 |
|
3 | 3 | submissions = {
|
4 |
| - "org_name": ["test-save-commit0", "commit0-lite-with-test", "commit0-lite-plain", "commit0-all-plain", "openhands-commit0", "sweagent-commit0"], |
5 |
| - "branch": ["baseline", "fillin", "fillin", "fillin", "openhands", "sweagent", "openhands", "sweagent"], |
6 |
| - "display_name": ["Claude Sonnet 3.5 - Base", "Claude Sonnet 3.5 - Fill-in + Unit Test Feedback", "Claude Sonnet 3.5 - Fill-in", "Claude Sonnet 3.5 - Fill-in", "OpenHands", "SWE-Agent"], |
7 |
| - "submission_date": ["09/25/2024", "09/25/2024", "09/25/2024", "09/25/2024", "11/25/2024", "11/26/2024"], |
8 |
| - "split": ["lite", "lite", "lite", "all", "all", "all", "lite", "lite"], |
9 |
| - "project_page": ["https://github.com/test-save-commit0", "https://github.com/commit0-lite-with-test", "https://github.com/commit0-lite-plain", "https://github.com/commit0-all-plain", "https://github.com/openhands-commit0", "https://github.com/sweagent-commit0"] |
| 4 | + "org_name": ["test-save-commit0", "commit0-fillin", "commit0-lite-test", "openhands-commit0", "sweagent-commit0"], |
| 5 | + "branch": ["baseline", "sonnet", "sonnet", "openhands", "sweagent"], |
| 6 | + "display_name": ["Claude Sonnet 3.5 - Base", "Claude Sonnet 3.5 - Fill-in", "Claude Sonnet 3.5 - Fill-in + Lint & Unit Test Feedback", "OpenHands", "SWE-Agent"], |
| 7 | + "submission_date": ["09/25/2024", "09/25/2024", "09/25/2024", "11/25/2024", "11/26/2024"], |
| 8 | + "split": ["lite", "all", "lite", "all", "lite"], |
| 9 | + "project_page": ["https://github.com/test-save-commit0", "https://github.com/commit0-fillin", "https://github.com/commit0-lite-test", "https://github.com/openhands-commit0", "https://github.com/sweagent-commit0"] |
10 | 10 | }
|
11 | 11 |
|
12 | 12 | Dataset.from_dict(submissions).push_to_hub("celinelee/commit0_submissions")
|
0 commit comments