malcouffe commited on
Commit
6c600e0
·
verified ·
1 Parent(s): 68722b1

Remove reference to source repo script

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -110,7 +110,7 @@ for score, idx in zip(top5.values, top5.indices):
110
  - The model has seen 47 % of the planned training budget (120K / 255K steps) — the loss is still decreasing.
111
  - It has no access to board state: all chess knowledge is inferred from move sequences.
112
  - No RLHF or self-play refinement — this is a pure next-token prediction model.
113
- - Predictions can include illegal moves; use `python-chess` to filter at inference time (see `scripts/generate.py` in the source repo).
114
 
115
  ## Citation
116
 
 
110
  - The model has seen 47 % of the planned training budget (120K / 255K steps) — the loss is still decreasing.
111
  - It has no access to board state: all chess knowledge is inferred from move sequences.
112
  - No RLHF or self-play refinement — this is a pure next-token prediction model.
113
+ - Predictions can include illegal moves; use `python-chess` to filter at inference time.
114
 
115
  ## Citation
116