Skip to content

Commit 410d056

Browse files
Add disclaimers and clarify dataset purpose in README
Restore disclaimer that PAWN is under active development by a single developer. Clarify that datasets are for adapter training (behavioral cloning), not pretraining — PAWN itself is trained only on random games.
1 parent a01e8a8 commit 410d056

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ I've found PAWN to be a viable testbed for finetuning and augmentation methods a
3232

3333
Finetuning PAWN has proven significantly more parameter-efficient than training new models from scratch and requires minimal compute resources.
3434

35-
Feel free to use PAWN in your own experiments. If you spot a bug, please help out by creating an issue or PR.
35+
Feel free to use PAWN in your own experiments. Note that PAWN was developed as a personal project by a single developer and has not been published or audited. If you spot a bug, please help out by creating an issue or PR.
36+
37+
**PAWN is under active development and is not yet stable.**
3638

3739
## Model Variants
3840

@@ -103,6 +105,8 @@ uv run python -m pawn.dashboard --log-dir logs # real-time monitoring
103105

104106
## Datasets
105107

108+
These datasets are for **adapter training (behavioral cloning)**, not for pretraining PAWN itself. PAWN is pretrained exclusively on random legal games generated on-the-fly -- it never sees human or engine games during pretraining. The datasets below provide real gameplay data for finetuning the frozen PAWN backbone into player models that mimic specific playstyles or skill levels.
109+
106110
| Dataset | Games | Description | Link |
107111
|---------|-------|-------------|------|
108112
| Lichess Full | ~289M train + 50K val + 50K test | Rated games from Q1 2025 (all Elos), holdout from Jan 2026 | [pawn-lichess-full](https://huggingface.co/datasets/thomas-schweich/pawn-lichess-full) |

0 commit comments

Comments
 (0)