|
1 | 1 | from datasets import Dataset
|
2 | 2 |
|
3 | 3 | submissions = {
|
4 |
| - "org_name": ["test-save-commit0", "commit0-fillin", "commit0-lite-test", "openhands-commit0", "sweagent-commit0"], |
| 4 | + "org_name": [ |
| 5 | + "test-save-commit0", |
| 6 | + "commit0-fillin", |
| 7 | + "commit0-lite-test", |
| 8 | + "openhands-commit0", |
| 9 | + "sweagent-commit0", |
| 10 | + ], |
5 | 11 | "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"], |
| 12 | + "display_name": [ |
| 13 | + "Claude Sonnet 3.5 - Base", |
| 14 | + "Claude Sonnet 3.5 - Fill-in", |
| 15 | + "Claude Sonnet 3.5 - Fill-in + Lint & Unit Test Feedback", |
| 16 | + "OpenHands", |
| 17 | + "SWE-Agent", |
| 18 | + ], |
| 19 | + "submission_date": [ |
| 20 | + "09/25/2024", |
| 21 | + "09/25/2024", |
| 22 | + "09/25/2024", |
| 23 | + "11/25/2024", |
| 24 | + "11/26/2024", |
| 25 | + ], |
8 | 26 | "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"] |
| 27 | + "project_page": [ |
| 28 | + "https://github.com/test-save-commit0", |
| 29 | + "https://github.com/commit0-fillin", |
| 30 | + "https://github.com/commit0-lite-test", |
| 31 | + "https://github.com/openhands-commit0", |
| 32 | + "https://github.com/sweagent-commit0", |
| 33 | + ], |
10 | 34 | }
|
11 | 35 |
|
12 | 36 | Dataset.from_dict(submissions).push_to_hub("celinelee/commit0_submissions")
|
0 commit comments