Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def make_default_md():
|
|
| 21 |
return leaderboard_md
|
| 22 |
|
| 23 |
def make_arena_leaderboard_md(model_table_df):
|
| 24 |
-
total_models = len(
|
| 25 |
leaderboard_md = f"""
|
| 26 |
Validation Benchmark Performance is averaged.
|
| 27 |
Final performance will be assessed at the end of the competition on a hidden test set, which may or may not be correlated with Validation performance.
|
|
|
|
| 21 |
return leaderboard_md
|
| 22 |
|
| 23 |
def make_arena_leaderboard_md(model_table_df):
|
| 24 |
+
total_models = len(model_table_df)
|
| 25 |
leaderboard_md = f"""
|
| 26 |
Validation Benchmark Performance is averaged.
|
| 27 |
Final performance will be assessed at the end of the competition on a hidden test set, which may or may not be correlated with Validation performance.
|