Spaces:
Build error
Build error
ει» commited on
Commit Β·
6e818d9
1
Parent(s): ed80a4c
remove math mode
Browse files- app.py +1 -1
- chinatravel/ui/content.py +1 -1
app.py
CHANGED
|
@@ -20,7 +20,7 @@ with gr.Blocks(title="ChinaTravel Benchmark Evaluation") as demo:
|
|
| 20 |
for split in SPLITS_LIST:
|
| 21 |
with gr.Tab(split):
|
| 22 |
hf_url = f"https://huggingface.co/datasets/LAMDA-NeSy/ChinaTravel/viewer/default/{split}"
|
| 23 |
-
gr.Markdown(f"
|
| 24 |
gr.Dataframe(
|
| 25 |
value=leaderboard_frames.get(split),
|
| 26 |
interactive=False,
|
|
|
|
| 20 |
for split in SPLITS_LIST:
|
| 21 |
with gr.Tab(split):
|
| 22 |
hf_url = f"https://huggingface.co/datasets/LAMDA-NeSy/ChinaTravel/viewer/default/{split}"
|
| 23 |
+
gr.Markdown(f"ποΈ [Hugging Face Dataset Viewer]({hf_url})")
|
| 24 |
gr.Dataframe(
|
| 25 |
value=leaderboard_frames.get(split),
|
| 26 |
interactive=False,
|
chinatravel/ui/content.py
CHANGED
|
@@ -24,7 +24,7 @@ SUBMISSION_GUIDE = """
|
|
| 24 |
- You can dry-run locally via `python eval_exp.py --splits <split> --method <your_method>` to mirror the hosted evaluation.
|
| 25 |
|
| 26 |
π **Output**
|
| 27 |
-
- We compute
|
| 28 |
- A detailed JSON report is produced for download after evaluation.
|
| 29 |
|
| 30 |
π¨ **Contact**
|
|
|
|
| 24 |
- You can dry-run locally via `python eval_exp.py --splits <split> --method <your_method>` to mirror the hosted evaluation.
|
| 25 |
|
| 26 |
π **Output**
|
| 27 |
+
- We compute **DR** (schema pass rate), **EPR_micro/EPR_macro** (commonsense), **LPR_micro/LPR_macro/C-LPR** (logic), and **FPR** (all-pass rate)**.
|
| 28 |
- A detailed JSON report is produced for download after evaluation.
|
| 29 |
|
| 30 |
π¨ **Contact**
|