christopher
commited on
Commit
•
d46ff50
1
Parent(s):
ac1d8a3
Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ tags:
|
|
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 |
|
51 |
-
|
52 |
|
53 |
Using the `datasets` library:
|
54 |
|
|
|
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 |
|
51 |
+
### Dataset Usage
|
52 |
|
53 |
Using the `datasets` library:
|
54 |
|