Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ tags:
|
|
| 15 |
|
| 16 |
Part of the [**Maia3**](https://huggingface.co/collections/UofTCSSLab/maia3) family of transformer models for human chess move prediction. This is the **5M-parameter variant**.
|
| 17 |
|
| 18 |
-
For
|
| 19 |
|
| 20 |
## Model summary
|
| 21 |
|
|
@@ -53,12 +53,6 @@ Architecture hyperparameters for this variant are defined in `ablate_size.sh` in
|
|
| 53 |
|
| 54 |
The Maia3 family reaches **57.1% move-matching accuracy** on human moves, significantly surpassing the previous state of the art with fewer than a quarter of the parameters. Per-size accuracy curves, scaling analysis, and skill-conditioned breakdowns are reported in the paper.
|
| 55 |
|
| 56 |
-
## Limitations
|
| 57 |
-
|
| 58 |
-
- Trained on Lichess games only; play styles on other platforms or over-the-board may differ.
|
| 59 |
-
- Predicts moves conditioned on rating; does not produce engine-strength play. For maximum strength, use Chessformer integrated into Leela Chess Zero (see the paper).
|
| 60 |
-
- Predictions reflect patterns in human play at each rating level, including systematic blunders and stylistic biases.
|
| 61 |
-
|
| 62 |
## Citation
|
| 63 |
|
| 64 |
```bibtex
|
|
|
|
| 15 |
|
| 16 |
Part of the [**Maia3**](https://huggingface.co/collections/UofTCSSLab/maia3) family of transformer models for human chess move prediction. This is the **5M-parameter variant**.
|
| 17 |
|
| 18 |
+
For full details — architecture details, training recipe, full evaluation, and ablations — see our paper [*Chessformer: A Unified Architecture for Chess Modeling*](https://openreview.net/forum?id=2ltBRzEHyd) (ICLR 2026).
|
| 19 |
|
| 20 |
## Model summary
|
| 21 |
|
|
|
|
| 53 |
|
| 54 |
The Maia3 family reaches **57.1% move-matching accuracy** on human moves, significantly surpassing the previous state of the art with fewer than a quarter of the parameters. Per-size accuracy curves, scaling analysis, and skill-conditioned breakdowns are reported in the paper.
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
## Citation
|
| 57 |
|
| 58 |
```bibtex
|