KeithG33 commited on
Commit
030a8fa
·
verified ·
1 Parent(s): c4ac9a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - code
5
+ size_categories:
6
+ - 100M<n<1B
7
+ pretty_name: ChessBot-Dataset
8
+ ---
9
+
10
+ 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:
11
+
12
+ - Lumbra's Database (filtered 2600+)
13
+ - Lichess Puzzle Database
14
+ - Computer Chess: TCEC Database, CCRL
15
+
16
+ The supporting dataset code and training platform, known as ChessBot-Battleground, is found at: https://github.com/KeithG33/ChessBot-Battleground/