Spaces:
Running
Running
Unification of appearance in LEADERBOARD_TAB_BELLOW_SCATTER_PLOT_MARKDOWN
Browse files- content.py +3 -2
content.py
CHANGED
|
@@ -43,8 +43,9 @@ LEADERBOARD_TAB_BELLOW_TABLE_MARKDOWN = """
|
|
| 43 |
|
| 44 |
LEADERBOARD_TAB_BELLOW_SCATTER_PLOT_MARKDOWN = """
|
| 45 |
**Legend**:
|
| 46 |
-
-
|
| 47 |
-
-
|
|
|
|
| 48 |
- The scatter plot updates dynamically based on the selected **Category of benchmarks** (above the leaderboard table).
|
| 49 |
- π‘ You can download the scatter plot as an **SVG file** using the **Save** button in the toolbar to the right of the plot.
|
| 50 |
"""
|
|
|
|
| 43 |
|
| 44 |
LEADERBOARD_TAB_BELLOW_SCATTER_PLOT_MARKDOWN = """
|
| 45 |
**Legend**:
|
| 46 |
+
- The **point symbol** is determined by the **type of the model**:
|
| 47 |
+
- chat β β (circle), pretrained β β² (triangle), ensemble β β
(star)
|
| 48 |
+
- The **symbol size** increases with the **max-centered variance across categories** (our measure of prompt stability, see the [paper](http://arxiv.org/abs/2412.17933) for details).
|
| 49 |
- The scatter plot updates dynamically based on the selected **Category of benchmarks** (above the leaderboard table).
|
| 50 |
- π‘ You can download the scatter plot as an **SVG file** using the **Save** button in the toolbar to the right of the plot.
|
| 51 |
"""
|