Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -107,10 +107,9 @@ for score, idx in zip(top5.values, top5.indices):
|
|
| 107 |
|
| 108 |
## Limitations
|
| 109 |
|
| 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 |
|
|
|
|
| 107 |
|
| 108 |
## Limitations
|
| 109 |
|
|
|
|
| 110 |
- It has no access to board state: all chess knowledge is inferred from move sequences.
|
| 111 |
- No RLHF or self-play refinement — this is a pure next-token prediction model.
|
| 112 |
+
- Predictions can include illegal moves; use `python-chess` to filter at inference time. (see the [chessgpt-inference](https://github.com/malcouffe/chessgpt-inference) repo for legal move masking while generating.)
|
| 113 |
|
| 114 |
## Citation
|
| 115 |
|