KeithG33 commited on
Commit
c954610
·
verified ·
1 Parent(s): 7854635

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
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
- The supporting dataset code and training platform, known as ChessBot-Battleground, is found at: https://github.com/KeithG33/ChessBot-Battleground/
 
 
 
 
 
 
 
 
 
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