Spaces:
Running
Running
yangzhitao
commited on
Commit
·
0753044
1
Parent(s):
ba366ad
refactor: improve submission instructions for clarity and user guidance in about.py
Browse files- src/about.py +16 -11
src/about.py
CHANGED
|
@@ -69,15 +69,20 @@ CITATION_BUTTON_TEXT = dedent("""
|
|
| 69 |
SUBMISSION_INSTRUCTIONS_TEXT = dedent("""
|
| 70 |
## Submission Instructions
|
| 71 |
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
""")
|
|
|
|
| 69 |
SUBMISSION_INSTRUCTIONS_TEXT = dedent("""
|
| 70 |
## Submission Instructions
|
| 71 |
|
| 72 |
+
First, **Login** to your HuggingFace account, so that we can identify you and your evaluation results.
|
| 73 |
+
|
| 74 |
+
Then, you can see the submission form, and fill in the following information:
|
| 75 |
+
|
| 76 |
+
1. Fill in the **model name to search** for on the HuggingFace Hub. (e.g. `qwen/qwen3-vl-8b-instruct` )
|
| 77 |
+
2. Select the **model** from search results, and check the model name autofilled below (e.g. `Qwen/Qwen3-VL-8B-Instruct`).
|
| 78 |
+
3. (Optional) Fill in the **revision commit** of the model. If not filled, means using the latest `main` branch.
|
| 79 |
+
4. Select the **model type**. (e.g. `pretrained`)
|
| 80 |
+
5. Select the **precision** of the model. (e.g. `bfloat16`)
|
| 81 |
+
6. Select the **weights type** of the model. (defaults to `Original`)
|
| 82 |
+
7. (Optional) Fill in the **base model name** for **delta** or **adapter** weights. (e.g. `Qwen/Qwen3-VL-8B-Instruct`)
|
| 83 |
+
8. Check the checkbox of the **benchmark**s to evaluate on, and fill in the **evaluation result value** (e.g. `0.5` for `VSI-bench` `acc`).
|
| 84 |
+
9. (Optional) Fill in the **commit message** to add extra message about the evaluation.
|
| 85 |
+
10. Click the **[10. Submit Eval]** button to submit the evaluation request.
|
| 86 |
+
|
| 87 |
+
Then your evaluation will be submitted, and our team will review it and add it to the leaderboard.
|
| 88 |
""")
|