Update README.md
Browse files
README.md
CHANGED
@@ -42,4 +42,12 @@ This repository contains a gigantic curated chess dataset meant for machine lear
|
|
42 |
- Lichess Puzzle Database
|
43 |
- Computer Chess: TCEC Database, CCRL
|
44 |
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
- Lichess Puzzle Database
|
43 |
- Computer Chess: TCEC Database, CCRL
|
44 |
|
45 |
+
Some stats (subject to change):
|
46 |
+
- Games per file: 9808/9809
|
47 |
+
- Positions per file: ~700,000
|
48 |
+
- Total train positions: 637604200
|
49 |
+
- Total test positions: 70858107
|
50 |
+
|
51 |
+
The supporting dataset code and training platform, known as ChessBot-Battleground, is found at: https://github.com/KeithG33/ChessBot-Battleground/
|
52 |
+
|
53 |
+
*Note*: The dataset requires `trust_remote_code=True` to parse the pgn data. See the code in `ChessBot-Dataset.py` if you'd like to verify first
|