Spaces:
Build error
Build error
博闻 commited on
Commit ·
6a12be7
1
Parent(s): b6f49fe
update content
Browse files
chinatravel/ui/content.py
CHANGED
|
@@ -9,7 +9,7 @@ ChinaTravel is an open-ended travel planning benchmark with compositional constr
|
|
| 9 |
SUBMISSION_GUIDE = """
|
| 10 |
**How to submit**
|
| 11 |
- Pick a split. The split determines which query UIDs are expected.
|
| 12 |
-
- Upload a `.zip` that contains
|
| 13 |
- Each JSON must follow the target schema: see [chinatravel/evaluation/output_schema.json](chinatravel/evaluation/output_schema.json).
|
| 14 |
- You can dry-run locally via `python eval_exp.py --splits <split> --method <your_method>` to mirror the hosted evaluation.
|
| 15 |
|
|
|
|
| 9 |
SUBMISSION_GUIDE = """
|
| 10 |
**How to submit**
|
| 11 |
- Pick a split. The split determines which query UIDs are expected.
|
| 12 |
+
- Upload a `.zip` that contains JSON files named by query UIDs.
|
| 13 |
- Each JSON must follow the target schema: see [chinatravel/evaluation/output_schema.json](chinatravel/evaluation/output_schema.json).
|
| 14 |
- You can dry-run locally via `python eval_exp.py --splits <split> --method <your_method>` to mirror the hosted evaluation.
|
| 15 |
|