Spaces:
Sleeping
Sleeping
fix viz
Browse files- src/about.py +3 -1
src/about.py
CHANGED
|
@@ -33,10 +33,12 @@ EVALUATION_QUEUE_TEXT = """
|
|
| 33 |
To add your model to the GuardBench leaderboard:
|
| 34 |
|
| 35 |
Run your evaluation using the GuardBench framework at https://github.com/whitecircle-ai/guard-bench
|
|
|
|
| 36 |
Upload your run results in .jsonl format using this form
|
|
|
|
| 37 |
Once validated, your model will appear on the leaderboard.
|
| 38 |
|
| 39 |
-
✉️✨ Ready? Upload your results below!
|
| 40 |
"""
|
| 41 |
|
| 42 |
CITATION_BUTTON_LABEL = "Cite GuardBench"
|
|
|
|
| 33 |
To add your model to the GuardBench leaderboard:
|
| 34 |
|
| 35 |
Run your evaluation using the GuardBench framework at https://github.com/whitecircle-ai/guard-bench
|
| 36 |
+
|
| 37 |
Upload your run results in .jsonl format using this form
|
| 38 |
+
|
| 39 |
Once validated, your model will appear on the leaderboard.
|
| 40 |
|
| 41 |
+
### ✉️✨ Ready? Upload your results below!
|
| 42 |
"""
|
| 43 |
|
| 44 |
CITATION_BUTTON_LABEL = "Cite GuardBench"
|