quantum24 commited on
Commit
e09dbbc
·
verified ·
1 Parent(s): 13fb490

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ ## license: cc0-1.0
4
+
5
+ # Lichess Puzzle Database ▸ Mate‑in‑1/2/3 Subset
6
+
7
+ A slice of the official Lichess puzzle corpus.
8
+
9
+ ## Source
10
+
11
+ * Original dataset: [https://huggingface.co/datasets/Lichess/chess-puzzles](https://huggingface.co/datasets/Lichess/chess-puzzles)
12
+
13
+ ## What’s Inside
14
+
15
+ | Category |  Count |
16
+ | --------- | -------- |
17
+ | Mate‑in‑1 |  333 |
18
+ | Mate‑in‑2 |  333 |
19
+ | Mate‑in‑3 |  333 |
20
+ | **Total** |  **999** |
21
+
22
+ ## Format Improvements
23
+
24
+ | Field | Old | New |
25
+ | -------- | -------- | ------------------------------- |
26
+ | Position | FEN | **FEN** (unchanged) & **PGN** |
27
+ | Solution | UCI move | **UCI move** & **SAN move** |
28
+
29
+ ## License
30
+
31
+ Data and code released under **CC0‑1.0** — no rights reserved.