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
Currently, each model has an attribute public that specifies whether model scores will be displayed publicly through the BrainScore leaderboard. We want to add a new attribute specifying whether a submitted model's codebase is public. To avoid confusion between the two attributes, the current public attribute in the database, submission JSON files on Braintree, and website need to be updated to leaderboard_public.
The new attribute specifying whether a submitted model's codebase is public could therefore be called code_public.
The text was updated successfully, but these errors were encountered:
Currently, each model has an attribute
public
that specifies whether model scores will be displayed publicly through the BrainScore leaderboard. We want to add a new attribute specifying whether a submitted model's codebase is public. To avoid confusion between the two attributes, the currentpublic
attribute in the database, submission JSON files on Braintree, and website need to be updated toleaderboard_public
.The new attribute specifying whether a submitted model's codebase is public could therefore be called
code_public
.The text was updated successfully, but these errors were encountered: