Commit
Β·
3ab0825
1
Parent(s):
088114e
update text
Browse files
src/ui.py
CHANGED
@@ -92,7 +92,7 @@ def create_ui():
|
|
92 |
" **Each line in the file should be a JSON object with two keys: `id` and `model`.**\n"
|
93 |
" * `id`: The ID of the problem exactly as it appears in the dataset (e.g., `csplib__csplib_001_car_sequencing`).\n"
|
94 |
" * `model`: The generated model for the problem (as a string representing runnable code). Make sure that it eventually outputs the solution as a json with key(s) as described in the `decision_variables` entry and values as would be expected in the problem. This is part of the evaluation as well: unexpected keys, or value types are considered incorrect. This is because our automatic evaluation is based on the solution printed by the submitted models.\n"
|
95 |
-
" * An example submission file can be found [here](https://huggingface.co/spaces/kostis-init/CP-Bench-competition/blob/main/template_submission.jsonl).\n"
|
96 |
"\n To help you get started, we also provide a **template script [here](https://huggingface.co/spaces/kostis-init/CP-Bench-competition/blob/main/template.py)**. This script acts as a backbone, showing how to produce a simple, runnable submission for one of the problems. You can use it as a starting point for developing your own logic.\n"
|
97 |
"6. **Check the leaderboard**: After uploading, it may take a few minutes for a submission to be evaluated and appear on the leaderboard. Make sure you are looking at the correct version of the dataset (the one you selected in step 2).\n"
|
98 |
"\n\n"
|
|
|
92 |
" **Each line in the file should be a JSON object with two keys: `id` and `model`.**\n"
|
93 |
" * `id`: The ID of the problem exactly as it appears in the dataset (e.g., `csplib__csplib_001_car_sequencing`).\n"
|
94 |
" * `model`: The generated model for the problem (as a string representing runnable code). Make sure that it eventually outputs the solution as a json with key(s) as described in the `decision_variables` entry and values as would be expected in the problem. This is part of the evaluation as well: unexpected keys, or value types are considered incorrect. This is because our automatic evaluation is based on the solution printed by the submitted models.\n"
|
95 |
+
" * An example submission file (for v1) can be found [here](https://huggingface.co/spaces/kostis-init/CP-Bench-competition/blob/main/template_submission.jsonl).\n"
|
96 |
"\n To help you get started, we also provide a **template script [here](https://huggingface.co/spaces/kostis-init/CP-Bench-competition/blob/main/template.py)**. This script acts as a backbone, showing how to produce a simple, runnable submission for one of the problems. You can use it as a starting point for developing your own logic.\n"
|
97 |
"6. **Check the leaderboard**: After uploading, it may take a few minutes for a submission to be evaluated and appear on the leaderboard. Make sure you are looking at the correct version of the dataset (the one you selected in step 2).\n"
|
98 |
"\n\n"
|