MohamedRashad commited on
Commit
b5cd1cb
·
verified ·
1 Parent(s): 0663255

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ APP_NAME = "arabic-tts-arena"
13
  LEADERBOARD_FILE = Path(__file__).parent / "leaderboard.json"
14
 
15
  MAX_SYNTHESIS_RETRIES = 2 # per-model retry cap before giving up
16
- MIN_BATTLES = 30 # minimum battles for a model to appear on the leaderboard (to avoid unjust rankings for new models with few votes)
17
 
18
  _AVAILABLE_MODELS_CACHE: dict[str, dict[str, str]] | None = None
19
 
 
13
  LEADERBOARD_FILE = Path(__file__).parent / "leaderboard.json"
14
 
15
  MAX_SYNTHESIS_RETRIES = 2 # per-model retry cap before giving up
16
+ MIN_BATTLES = 45 # minimum battles for a model to appear on the leaderboard (to avoid unjust rankings for new models with few votes)
17
 
18
  _AVAILABLE_MODELS_CACHE: dict[str, dict[str, str]] | None = None
19