christopher commited on
Commit
0cec461
1 Parent(s): 4c8a865

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -44,7 +44,9 @@ tags:
44
  <!-- Provide a quick summary of the dataset. -->
45
  ## Dataset Description
46
 
47
- 4,062,423 chess puzzles, rated and tagged. See them in action on [Lichess](https://lichess.org/training/themes).
 
 
48
 
49
  ### Dataset Creation
50
  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.
 
44
  <!-- Provide a quick summary of the dataset. -->
45
  ## Dataset Description
46
 
47
+ 4,200,322 chess puzzles, rated and tagged. See them in action on [Lichess](https://lichess.org/training/themes).
48
+
49
+ This dataset is updated monthly, and was last updated on October 6th, 2024.
50
 
51
  ### Dataset Creation
52
  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.