Remove reference to source repo script
Browse files
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
|
| 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 |
|