Skip to content

Commit 8287106

Browse files
author
Maxim Saplin
committed
2 parents c5bb074 + 9c23746 commit 8287106

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ Edit globals in `llm_chess.py` or pass via `run_multiple_games.py`:
110110
- Level 6: 875 Elo
111111
- Level 7: 1000 Elo
112112
- Formula: Elo = 125 × (level + 1)
113+
- Practical rule of thumb for stronger models:
114+
- Use completed games at the strongest Dragon level already tested and compute `S = (wins + 0.5 * draws) / N`.
115+
- If `35% <= S <= 65%`, stay at that level; this is the informative range for Elo estimation.
116+
- If `S > 65%` across roughly 15 to 20 clean games, test a higher Dragon level.
117+
- If `65% <= S < 80%`, move up 1 level. If `80% <= S < 90%`, move up 2 levels. If `S >= 90%`, move up 3 levels.
118+
- If the model is at `100%` wins on its strongest tested level, treat the current Elo as under-resolved and keep raising Dragon until the strongest-level score drops back near `35%` to `65%`.
113119
- **Stockfish**: Strong engine; install separately.
114120

115121
## Processing Logs

data/models_metadata.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ gpt-4o-mini, 0.15, 0.60, 2024-07,not_reasoning,
6969
gpt-4.5-preview, 75, 150, 2025-02,not_reasoning,
7070
gpt-4.1-nano, 0.1, 0.4, 2025-04,not_reasoning,
7171
gpt-4.1-mini, 0.4, 1.6, 2025-04,not_reasoning,
72-
gpt-4.1, 2.9, 8.0, 2025-04,not_reasoning,
72+
gpt-4.1, 2.0, 8.0, 2025-04,not_reasoning,
7373
gpt-5-low, 1.25, 10.00, 2025-08,reasoning,
7474
gpt-5-medium, 1.25, 10.00, 2025-08,reasoning,
7575
gpt-5-high, 1.25, 10.00, 2025-08,reasoning,

0 commit comments

Comments
 (0)