Spaces:
Sleeping
Sleeping
Update constants.py
Browse files- constants.py +2 -2
constants.py
CHANGED
@@ -7,7 +7,7 @@ LEADERBOARD_HEADER = """
|
|
7 |
font-weight: bold;
|
8 |
font-size: 40px;
|
9 |
font-family: Inter, Arial, Helvetica, sans-serif;
|
10 |
-
background: linear-gradient(to right, #
|
11 |
-webkit-text-fill-color: transparent;
|
12 |
-webkit-background-clip: text;
|
13 |
}
|
@@ -59,7 +59,7 @@ Hard labels are categorical, having the same format of the real dataset. Soft la
|
|
59 |
"""
|
60 |
|
61 |
WEIGHT_ADJUSTMENT_INTRODUCTION = """
|
62 |
-
The score for ranking in the following table is computed by $score = w
|
63 |
**You can specify the weights for each metric below.**
|
64 |
"""
|
65 |
|
|
|
7 |
font-weight: bold;
|
8 |
font-size: 40px;
|
9 |
font-family: Inter, Arial, Helvetica, sans-serif;
|
10 |
+
background: linear-gradient(to right, #FF705B, #FFB457);
|
11 |
-webkit-text-fill-color: transparent;
|
12 |
-webkit-background-clip: text;
|
13 |
}
|
|
|
59 |
"""
|
60 |
|
61 |
WEIGHT_ADJUSTMENT_INTRODUCTION = """
|
62 |
+
The score for ranking in the following table is computed by $score = w HLR - (1 - w) IOR$, where $w$ is the weight for the HLR metric.
|
63 |
**You can specify the weights for each metric below.**
|
64 |
"""
|
65 |
|