File size: 739 Bytes
d788aee 9fa8b98 9c82d79 d788aee cc3b087 9fa8b98 9c82d79 9fa8b98 0803c83 084b7c0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
license: cc0-1.0
tags:
- chess
- stockfish
pretty_name: Lichess Games With Stockfish Analysis
---
# WIP
The dataset will be released in the following few days.
# Condensed Lichess Database
This dataset is a condensed version of the Lichess database.
It only includes games for which Stockfish evaluations were available, and it does not include game headers.
The resulting files are much smaller and faster to parse.
# Data Format
Every position of every game either has a Stockfish evaluation or an outcome condition that is either checkmate, stalemate or insufficient material.
All other outcome conditions have been excluded from the data.
In the FEN dataset, the starting positions have been excluded (no player made a move yet). |