datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
lichess_classic_20006,643,902 chess games from the Lichess Open Database (https://database.lichess.org/#standard_games) that meet the following criteria:
At least one player with ELO>=2,000
Rated Classical game mode
Normal termination
Result of 0-1 or 1-0 (no ties)
lichess-elite
Lichess Elite Database
A curated collection of high-level chess games from Lichess.org, extracted from the Lichess Elite Database by nikonoel.
Dataset Description
This dataset contains 26.3 million games played by strong players on Lichess, filtered to include only:
White player: rated 2400+ (2500+ from Dec 2021)
Black player: rated 2200+ (2300+ from Dec 2021)
Time controls: Rapid and Blitz (bullet excluded)
Variant: Standard chess only
Source
Original data… See the full description on the dataset page: https://huggingface.co/datasets/nuriyev/lichess-elite.chess-sft-lichess-2200
Lichess Chess SFT (≥2200 Elo)
A 200,000-position supervised fine-tuning dataset for training language models
to play chess by predicting the next move from a PGN prefix. Derived from
strong-player Lichess games, stripped to a minimal input/output format.
Summary
Task: given a partial game in PGN notation, predict the next move in
Standard Algebraic Notation (SAN).
Source: Lichess/standard-chess-games
(all games downloadable from lichess.org; CC0).
Strength filter: both… See the full description on the dataset page: https://huggingface.co/datasets/cetusian/chess-sft-lichess-2200.lichess-chess-1000-1800
Lichess Chess Games (1000-1800 ELO) — Pre-tokenized
Pre-tokenized chess game data from Lichess, filtered to 1000-1800 ELO rated games. Ready for training self-supervised game models.
Format
Files are in .somabin binary format — a self-describing, indexed, memory-mappable format created by ailed-soulsteal.
Each game contains:
token_ids (u16) — tokenized UCI moves with BOS/EOS markers
turn_ids (u8) — 0=white, 1=black per token
category_ids (u8) — piece type per move… See the full description on the dataset page: https://huggingface.co/datasets/Ailed-AI/lichess-chess-1000-1800.lichess_gamesLichess.org is a free/libre, open-source chess server powered by volunteers and donations and provides all of its content
in CC0. This script download all the games from the database and provide them in LLM pretraining friendly format.lichess_puzzle_datasetLichess Puzzle Database
Updated for March 2025.
