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