Skip to content

Commit 1092765

Browse files
committed
fix claude submissions
1 parent 9e3c3a1 commit 1092765

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/update_submissions_dataset.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
from datasets import Dataset
22

33
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"]
1010
}
1111

1212
Dataset.from_dict(submissions).push_to_hub("celinelee/commit0_submissions")

0 commit comments

Comments
 (0)