CoolFace
20 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01thomas-schweich /pawn-stockfish-100m PAWN Stockfish 100M 100,000,000 self-play chess games generated with Stockfish 18, each annotated with per-position, per-legal-move evaluations — for chess policy-learning and NNUE-distillation research. Dataset Summary 100,000,000 machine-generated self-play chess games. Every position in every game is annotated with an evaluation of every legal move, not just the move played. The dataset was built as training data for PAWN — a testbed for finetuning and… See the full description on the dataset page: https://huggingface.co/datasets/thomas-schweich/pawn-stockfish-100m.tabularother100M<n<1B2 likes1.8k downloads4mo agoHugging Face02mateuszgrzyb /lichess-stockfish-normalized Lichess Chess Positions: ML-Ready Deduplicated Evaluations Dataset Description A curated dataset of 316,072,343 unique chess positions with Stockfish evaluations, optimized for training neural networks. This is a deduplicated, ML-ready version of the Lichess evaluation database. Why This Dataset? While Lichess provides deduplicated evaluations in JSONL.zst format, and HuggingFace hosts the full (non-deduplicated) version, this dataset offers: Unique advantages:… See the full description on the dataset page: https://huggingface.co/datasets/mateuszgrzyb/lichess-stockfish-normalized.tabulartabular-regression100M<n<1B4 likes351 downloads10mo agoHugging Face03avewright /stockfish-19-soft-targets avewright/stockfish-19-soft-targets Official Stockfish 19 MultiPV soft targets, mined from the Lichess ECO opening set. In-progress snapshot toward 1M unique positions. 600,000 rows in this upload. Source id 4. Vocab compact (1968). How positions are chosen Games start from the Lichess Chess Openings dataset (lichess-org/chess-openings): 3,810 named leaves (HF card still lists 3,704) plus book prefixes, 7,852 unique starts. ECO volumes: A 817 / B 772 / C 1,250 / D… See the full description on the dataset page: https://huggingface.co/datasets/avewright/stockfish-19-soft-targets.tabular100K<n<1M0 likes317 downloads14d agoHugging Face04LuckAlgorithms /Stockfish_4PC_HCEtext10M<n<100M1 likes295 downloads25d agoHugging Face05agi-noobs /chess-sft-10m-stockfishtabular10M<n<100M0 likes183 downloads9mo agoHugging Face06bingbangboom /stockfish-evaluation-SAN Dataset Card for the Stockfish Evaluations A dataset of chess positions evaluated with various flavours of Stockfish running within user browsers. Produced by, and for, the Lichess analysis board. Evaluations are formatted as JSON; one position per line. The schema of a position looks like this: { "fen": "8/8/2B2k2/p4p2/5P1p/Pb6/1P3KP1/8 w - -", "depth": 42, "evaluation": 5.64, "best_move": "Kg1", "best_line": "Kg1 Ke6 Kh2 Kd6 Be8 Kc5 Kh3 Kd6 Bb5 Ke7" } fen: string, the… See the full description on the dataset page: https://huggingface.co/datasets/bingbangboom/stockfish-evaluation-SAN.text10M<n<100M3 likes81 downloads2y agoHugging Face07conacts /stockfish_datasettext1M<n<10M1 likes61 downloads2y agoHugging Face08yp-edu /stockfish-debug Dataset Card for stockfish-debug See my blog post for additional details. Columns The datase contain the following columns: fen: The FEN string of the board. move: The move that was played. result: The result of the game (with "-" for unfinished games). Data details Pre-processing of the Stockfish games provided by BlueSunflower/chess_games_base. Code used: import jsonlines import chess import tqdm def preprocess_games(in_path, out_path): with… See the full description on the dataset page: https://huggingface.co/datasets/yp-edu/stockfish-debug.text10M<n<100M2 likes49 downloads3y agoHugging Face09albertklorer /chess-stockfish-regret Chess RLVR Stockfish Regret 1400/100 Snapshot This snapshot dataset stores chess positions for reinforcement learning with verifiable rewards. Each row contains: { "id": "chess_rlvr_000001", "fen": "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1", "legal_moves": "{\"Nf3\": -0.015, \"e4\": 0.0}" } legal_moves is a JSON object encoded as a string. The object maps each legal SAN move to a Stockfish-derived negative regret score for the player to move. The RLVR… See the full description on the dataset page: https://huggingface.co/datasets/albertklorer/chess-stockfish-regret.textreinforcement-learning1K<n<10K0 likes42 downloads3mo agoHugging Face10Pawitt /stockfish-policy Stockfish Policy Teacher (100k) Root-policy supervision for 100,000 chess positions, produced by a fixed-node MultiPV Stockfish search. Each row carries a full probability distribution over every legal move at the root — not just the best move — so it can be used as a soft-label teacher for policy distillation. What makes a row For every legal root move the generator first evaluates the child position with go depth 0, negating the child score into the root… See the full description on the dataset page: https://huggingface.co/datasets/Pawitt/stockfish-policy.tabularother100K<n<1M1 likes40 downloads1mo agoHugging Face11albertklorer /chess-rlvr-stockfish-regret Chess RLVR Stockfish WDL This dataset stores chess positions for reinforcement learning with verifiable rewards. Each row contains: { "id": "chess_rlvr_000001", "fen": "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1", "legal_moves": { "Nf3": -0.015, "e4": 0.0 } } legal_moves maps each legal SAN move to a Stockfish-derived negative regret score for the player to move. The RLVR reward is negative expected-score regret: reward =… See the full description on the dataset page: https://huggingface.co/datasets/albertklorer/chess-rlvr-stockfish-regret.text1K<n<10K0 likes36 downloads3mo agoHugging Face12ethanjtang /GAMBIT-stockfish18-selfplay GAMBIT: Generalization or Memorization? Brittleness Testing for Chess-Trained Language Models Overview 1050 self-play games between base Stockfish 18 and Stockfish Skill Level 0-20 variants. Each skill level variant plays 25 White/25 Black games against a base instance of Stockfish. All games use depth=15 and no opening books were used. sf18_selfplay_games.pgn — PGN file containing all labeled 1050 SF18 self-play games sf18_selfplay_match-summary.txt— match… See the full description on the dataset page: https://huggingface.co/datasets/ethanjtang/GAMBIT-stockfish18-selfplay.text100K<n<1M0 likes35 downloads4mo agoHugging Face13artist /chess-stockfish-analysistabular1M<n<10M1 likes28 downloads10mo agoHugging Face14thomas-schweich /stockfish-nodes1 Stockfish Self-Play (nodes=1) 1M games of Stockfish 17 self-play at 1 node per move. Pre-tokenized in the PAWN training format. At nodes=1, Stockfish evaluates each position with a single NNUE forward pass (no tree search). Despite the lack of search, the NNUE evaluation head produces surprisingly strong play — far from random. Games exhibit coherent openings, reasonable piece development, and tactical awareness, though blunders are more frequent than at higher node counts. This… See the full description on the dataset page: https://huggingface.co/datasets/thomas-schweich/stockfish-nodes1.textother1M<n<10M0 likes21 downloads6mo agoHugging Face15HillPhelmuth /Chess-Stockfish-BestMove-Messagestext1K<n<10K0 likes19 downloads2y agoHugging Face16HillPhelmuth /Chess_Stockfish_BestMove_Explaintext1K<n<10K0 likes10 downloads1y agoHugging Face17HillPhelmuth /Stockfish-BestMove-Messages-jsontext1K<n<10K0 likes9 downloads2y agoHugging Face18HillPhelmuth /Chess-Stockfish-BestMove-Messages-no_jsontext10K<n<100K0 likes9 downloads2y agoHugging Face19mkrum /StockfishDepthSixtext1M<n<10M0 likes7 downloads1y agoHugging Face20SaakethS /lichess-stockfish-canonicaltext100M<n<1B0 likes1h agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.