KeithG33 commited on
Commit
43ab281
·
1 Parent(s): 54ad75a

readmeconfig

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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: