-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
96f96ee
commit 1c9ffe4
Showing
2 changed files
with
28 additions
and
345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,36 @@ | ||
from datasets import Dataset | ||
|
||
submissions = { | ||
"org_name": ["test-save-commit0", "commit0-fillin", "commit0-lite-test", "openhands-commit0", "sweagent-commit0"], | ||
"org_name": [ | ||
"test-save-commit0", | ||
"commit0-fillin", | ||
"commit0-lite-test", | ||
"openhands-commit0", | ||
"sweagent-commit0", | ||
], | ||
"branch": ["baseline", "sonnet", "sonnet", "openhands", "sweagent"], | ||
"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"], | ||
"submission_date": ["09/25/2024", "09/25/2024", "09/25/2024", "11/25/2024", "11/26/2024"], | ||
"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", | ||
], | ||
"submission_date": [ | ||
"09/25/2024", | ||
"09/25/2024", | ||
"09/25/2024", | ||
"11/25/2024", | ||
"11/26/2024", | ||
], | ||
"split": ["lite", "all", "lite", "all", "lite"], | ||
"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"] | ||
"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", | ||
], | ||
} | ||
|
||
Dataset.from_dict(submissions).push_to_hub("celinelee/commit0_submissions") |
This file was deleted.
Oops, something went wrong.