Spaces:
Running
Running
Shiyu Zhao
commited on
Commit
·
2e5b4ed
1
Parent(s):
dea62ab
Update space
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ class ForumPost:
|
|
40 |
self.post_type = post_type # 'submission' or 'status_update'
|
41 |
|
42 |
class SubmissionForum:
|
43 |
-
def __init__(self, forum_file="forum_posts.json", hub_storage=None):
|
44 |
self.forum_file = forum_file
|
45 |
self.hub_storage = hub_storage
|
46 |
self.posts = self._load_posts()
|
|
|
40 |
self.post_type = post_type # 'submission' or 'status_update'
|
41 |
|
42 |
class SubmissionForum:
|
43 |
+
def __init__(self, forum_file="submissions/forum_posts.json", hub_storage=None):
|
44 |
self.forum_file = forum_file
|
45 |
self.hub_storage = hub_storage
|
46 |
self.posts = self._load_posts()
|
submissions/debug_tester_abc/latest.json
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"latest_submission": "20241120_233550",
|
3 |
-
"status": "pending_review",
|
4 |
-
"method_name": "debug_tester",
|
5 |
-
"team_name": "abc"
|
6 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
submissions/debug_tester_abc/metadata_20241120_233550.json
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"Method Name": "debug_tester",
|
3 |
-
"Team Name": "abc",
|
4 |
-
"Dataset": "mag",
|
5 |
-
"Split": "human_generated_eval",
|
6 |
-
"Contact Email(s)": "[email protected]",
|
7 |
-
"Code Repository": "https://github.com/",
|
8 |
-
"Model Description": "abc",
|
9 |
-
"Hardware": "a100",
|
10 |
-
"(Optional) Paper link": "",
|
11 |
-
"Model Type": "Others",
|
12 |
-
"results": {
|
13 |
-
"hit@1": 28.57,
|
14 |
-
"hit@5": 41.67,
|
15 |
-
"recall@20": 35.95,
|
16 |
-
"mrr": 35.94
|
17 |
-
},
|
18 |
-
"status": "pending_review",
|
19 |
-
"submission_date": "2024-11-20 23:36:10",
|
20 |
-
"csv_path": "submissions/debug_tester_abc/predictions_20241120_233550.csv"
|
21 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
submissions/debug_tester_abc/predictions_20241120_233550.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|