--- license: mit language: - en tags: - chess size_categories: - 10B This dataset is an extension of the Action-Value ChessBench dataset from [Amortized Planning with Large-Scale Transformers: A Case Study on Chess](https://arxiv.org/abs/2402.04494). We add mating data to each datapoint where if a forced mate a possible, the number of moves until mate is added with Stockfish. # Usage ``` hf download joshuakgao/chessbenchmate --repo-type dataset --local-dir . --max-workers 1 python dataset.py ```