readmeconfig
Browse files
README.md
CHANGED
@@ -5,6 +5,13 @@ tags:
|
|
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:
|
|
|
5 |
size_categories:
|
6 |
- 100M<n<1B
|
7 |
pretty_name: ChessBot-Dataset
|
8 |
+
configs:
|
9 |
+
- config_name: default
|
10 |
+
data_files:
|
11 |
+
- split: train
|
12 |
+
path: "train/*.pgn"
|
13 |
+
- split: test
|
14 |
+
path: "test/*.pgn"
|
15 |
---
|
16 |
|
17 |
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:
|