You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BenchmarkType currently has a field visible which controls whether or not the benchmark is shown on the public leaderboard.
Since this naming is potentially confusing with visible or public/private code, let's rename this field to leaderboard_public. Later on, we can then use the naming code_public for the visibility of source code. This way, users can have e.g. benchmarks or models with code_public=False but still show them on the website leaderboard_public=True. Or vice versa, the code can be public code_public=True but the benchmark/model is not shown on the website for everyone leaderboard_public=False.
The text was updated successfully, but these errors were encountered:
BenchmarkType
currently has a fieldvisible
which controls whether or not the benchmark is shown on the public leaderboard.Since this naming is potentially confusing with visible or public/private code, let's rename this field to
leaderboard_public
. Later on, we can then use the namingcode_public
for the visibility of source code. This way, users can have e.g. benchmarks or models withcode_public=False
but still show them on the websiteleaderboard_public=True
. Or vice versa, the code can be publiccode_public=True
but the benchmark/model is not shown on the website for everyoneleaderboard_public=False
.The text was updated successfully, but these errors were encountered: