File size: 715 Bytes
030a8fa 43ab281 3caf0b4 030a8fa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
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/ |