MohamedRashad commited on
Commit
948307e
·
1 Parent(s): a880ddc

Decrease model parameter limit from 5000 to 3500 in create_leaderboard_tab function

Browse files
Files changed (1) hide show
  1. leaderboard_tab.py +1 -1
leaderboard_tab.py CHANGED
@@ -63,7 +63,7 @@ def create_leaderboard_tab(
63
  update_function,
64
  about_section,
65
  task_type,
66
- model_param_limit=5000,
67
  ):
68
  """
69
  Create a complete leaderboard tab with search, column selection, and data display.
 
63
  update_function,
64
  about_section,
65
  task_type,
66
+ model_param_limit=3500,
67
  ):
68
  """
69
  Create a complete leaderboard tab with search, column selection, and data display.