christopher commited on
Commit
ac1d8a3
1 Parent(s): f9b2ad2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -40,9 +40,11 @@ tags:
40
  # Dataset Card for Lichess Puzzles
41
 
42
  <!-- Provide a quick summary of the dataset. -->
 
43
 
44
  4,062,423 chess puzzles, rated and tagged. See them in action on [Lichess](https://lichess.org/training/themes).
45
 
 
46
  Generating these chess puzzles took more than **50 years of CPU time**. We went through **300,000,000 analyzed games** from the Lichess database, and re-analyzed interesting positions with Stockfish 12/13/14/15 NNUE at 40 meganodes. The resulting puzzles were then [automatically tagged](https://github.com/ornicar/lichess-puzzler/tree/master/tagger). To determine the rating, each attempt to solve is considered as a Glicko-2 rated game between the player and the puzzle. Finally, player votes refine the tags and define popularity.
47
 
48
 
 
40
  # Dataset Card for Lichess Puzzles
41
 
42
  <!-- Provide a quick summary of the dataset. -->
43
+ ## Dataset Description
44
 
45
  4,062,423 chess puzzles, rated and tagged. See them in action on [Lichess](https://lichess.org/training/themes).
46
 
47
+ ### Dataset Creation
48
  Generating these chess puzzles took more than **50 years of CPU time**. We went through **300,000,000 analyzed games** from the Lichess database, and re-analyzed interesting positions with Stockfish 12/13/14/15 NNUE at 40 meganodes. The resulting puzzles were then [automatically tagged](https://github.com/ornicar/lichess-puzzler/tree/master/tagger). To determine the rating, each attempt to solve is considered as a Glicko-2 rated game between the player and the puzzle. Finally, player votes refine the tags and define popularity.
49
 
50