ChessBot-Dataset / README.md
KeithG33's picture
readmeconfig
3caf0b4
|
raw
history blame
715 Bytes
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: train/*.pgn
      - split: test
        path: test/*.pgn
license: mit
tags:
  - code
size_categories:
  - 100M<n<1B
pretty_name: ChessBot-Dataset

This repository contains a gigantic curated chess dataset meant for machine learning. Currently the dataset contains approximately 700 million positions in PGN format, split across 1000 files. Huge credits to the following main sources:

  • Lumbra's Database (filtered 2600+)
  • Lichess Puzzle Database
  • Computer Chess: TCEC Database, CCRL

The supporting dataset code and training platform, known as ChessBot-Battleground, is found at: https://github.com/KeithG33/ChessBot-Battleground/