Commit
·
08d1dbd
1
Parent(s):
d021f3f
local dummy params.json
Browse files- params.json +23 -0
params.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"competition_id": "usm3d/S23DR2025",
|
3 |
+
"competition_type": "script",
|
4 |
+
"metric": "custom",
|
5 |
+
"token": "hf_******",
|
6 |
+
"team_id": "xxxxxxxxx_your_team_name_xxxxxxxxxx",
|
7 |
+
"submission_id": "xxxxxxxxx_your_sub_id_xxxxxxxxxx",
|
8 |
+
"submission_id_col": "order_id",
|
9 |
+
"submission_cols": [
|
10 |
+
"order_id",
|
11 |
+
"wf_vertices",
|
12 |
+
"wf_edges",
|
13 |
+
"wf_classifications"
|
14 |
+
],
|
15 |
+
"submission_rows": 267,
|
16 |
+
"output_path": "/tmp/model",
|
17 |
+
"submission_repo": "<your submission repo>",
|
18 |
+
"time_limit": 7200,
|
19 |
+
"dataset": "usm3d/hoho25k_test_x",
|
20 |
+
"submission_filenames": [
|
21 |
+
"submission.parquet"
|
22 |
+
]
|
23 |
+
}
|