Skip to content

Commit 1c9ffe4

Browse files
committed
remove xtra file
1 parent 96f96ee commit 1c9ffe4

File tree

2 files changed

+28
-345
lines changed

2 files changed

+28
-345
lines changed

docs/update_submissions_dataset.py

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

33
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+
],
511
"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+
],
826
"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+
],
1034
}
1135

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

get_dataset_stats.py

Lines changed: 0 additions & 341 deletions
This file was deleted.

0 commit comments

Comments
 (0)