A GPT-2 model fine-tuned on Lichess chess games to predict the best move given a board position in FEN format.
Board FEN: <fen string>
Best move:
This model is used as part of a TransformerPlayer chess agent that scores all
legal moves by log-probability and selects the highest scoring one.