Skip to content

Commit

Permalink
remove xtra file
Browse files Browse the repository at this point in the history
  • Loading branch information
celine-lee committed Dec 6, 2024
1 parent 96f96ee commit 1c9ffe4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 345 deletions.
32 changes: 28 additions & 4 deletions docs/update_submissions_dataset.py
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")
341 changes: 0 additions & 341 deletions get_dataset_stats.py

This file was deleted.

0 comments on commit 1c9ffe4

Please sign in to comment.