KeithG33 commited on
Commit
f2006f5
·
1 Parent(s): af5a9e0

update readme for more data

Browse files
Files changed (1) hide show
  1. README.md +4 -9
README.md CHANGED
@@ -3,9 +3,9 @@ configs:
3
  - config_name: default
4
  data_files:
5
  - split: train
6
- path: train/*.pgn
7
  - split: test
8
- path: test/*.pgn
9
  license: mit
10
  tags:
11
  - code
@@ -36,17 +36,12 @@ dataset_info:
36
  dataset_size: 72843903183
37
  ---
38
 
39
- This repository contains a gigantic curated chess dataset meant for machine learning. Currently the dataset contains approximately **700 million positions** in **PGN format**, split across 1000 files. Huge credits to the following main sources:
40
 
41
  - Lumbra's Database (filtered 2600+)
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: 636364254
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
 
 
3
  - config_name: default
4
  data_files:
5
  - split: train
6
+ path: train/*.pgn.zst
7
  - split: test
8
+ path: test/*.pgn.zst
9
  license: mit
10
  tags:
11
  - code
 
36
  dataset_size: 72843903183
37
  ---
38
 
39
+ This repository contains a gigantic curated chess dataset meant for machine learning. Currently the dataset contains approximately **2 Billion positions** in **PGN format**. Huge credits to the following main sources:
40
 
41
  - Lumbra's Database (filtered 2600+)
42
  - Lichess Puzzle Database
43
+ - Computer Chess: TCEC Database, CCRL, LC0 test80 data
44
 
 
 
 
 
 
45
 
46
  The supporting dataset code and training platform, known as ChessBot-Battleground, is found at: https://github.com/KeithG33/ChessBot-Battleground/
47