mauricett commited on
Commit
0803c83
1 Parent(s): 859b84a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -10,5 +10,11 @@ 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.
11
  The resulting files are much smaller and faster to parse.
12
 
 
 
 
 
 
 
13
  # WIP
14
  Note, the dataset is not complete yet and subject to change.
 
10
  It only includes games for which Stockfish evaluations were available, and it does not include game headers.
11
  The resulting files are much smaller and faster to parse.
12
 
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.