Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,9 @@ tags:
|
|
5 |
- stockfish
|
6 |
pretty_name: Lichess Games With Stockfish Analysis
|
7 |
---
|
|
|
|
|
|
|
8 |
# Condensed Lichess Database
|
9 |
This dataset is a condensed version of the Lichess database.
|
10 |
It only includes games for which Stockfish evaluations were available, and it does not include game headers.
|
@@ -13,8 +16,4 @@ The resulting files are much smaller and faster to parse.
|
|
13 |
# Data Format
|
14 |
Every position of every game either has a Stockfish evaluation or an outcome condition that is either checkmate, stalemate or insufficient material.
|
15 |
All other outcome conditions have been excluded from the data.
|
16 |
-
In the FEN dataset, the starting positions (no player made a move yet) have been excluded.
|
17 |
-
|
18 |
-
|
19 |
-
# WIP
|
20 |
-
Note, the dataset is not complete yet and subject to change.
|
|
|
5 |
- stockfish
|
6 |
pretty_name: Lichess Games With Stockfish Analysis
|
7 |
---
|
8 |
+
# WIP
|
9 |
+
The dataset will be released in the following few days.
|
10 |
+
|
11 |
# Condensed Lichess Database
|
12 |
This dataset is a condensed version of the Lichess database.
|
13 |
It only includes games for which Stockfish evaluations were available, and it does not include game headers.
|
|
|
16 |
# Data Format
|
17 |
Every position of every game either has a Stockfish evaluation or an outcome condition that is either checkmate, stalemate or insufficient material.
|
18 |
All other outcome conditions have been excluded from the data.
|
19 |
+
In the FEN dataset, the starting positions (no player made a move yet) have been excluded.
|
|
|
|
|
|
|
|