Spaces:
Running
Running
Update content.py
Browse files- content.py +1 -1
content.py
CHANGED
@@ -29,7 +29,7 @@ LEADERBOARD_TAB_TITLE_MARKDOWN = """
|
|
29 |
"""
|
30 |
|
31 |
LEADERBOARD_TAB_BELLOW_PLOT_MARKDOWN = """
|
32 |
-
Legend
|
33 |
- the point symbol is determined by the type of the model ('chat': 'circle', 'pretrained': 'triangle', 'ensemble': 'star')
|
34 |
- the size of the symbol is larger according to the max-centered variance across categories (our measure of prompt stability, see the [paper](http://arxiv.org/abs/2412.17933) for details).
|
35 |
"""
|
|
|
29 |
"""
|
30 |
|
31 |
LEADERBOARD_TAB_BELLOW_PLOT_MARKDOWN = """
|
32 |
+
**Legend**:
|
33 |
- the point symbol is determined by the type of the model ('chat': 'circle', 'pretrained': 'triangle', 'ensemble': 'star')
|
34 |
- the size of the symbol is larger according to the max-centered variance across categories (our measure of prompt stability, see the [paper](http://arxiv.org/abs/2412.17933) for details).
|
35 |
"""
|