File size: 886 Bytes
d746be5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
license: mit
dataset_info:
  features:
  - name: PuzzleId
    dtype: string
  - name: FEN
    dtype: string
  - name: Moves
    dtype: string
  - name: Rating
    dtype: int64
  - name: RatingDeviation
    dtype: int64
  - name: Popularity
    dtype: int64
  - name: NbPlays
    dtype: int64
  - name: Themes
    dtype: string
  - name: GameUrl
    dtype: string
  - name: OpeningTags
    dtype: string
  splits:
  - name: train
    num_bytes: 869833357
    num_examples: 3974488
  download_size: 414255211
  dataset_size: 869833357
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
tags:
- chess
source_datasets:
- https://database.lichess.org/#puzzles  
---

Dataset made from [lichess](https://database.lichess.org/#puzzles) data using this [script](https://github.com/Xmaster6y/lczerolens/blob/main/scripts/datasets/make_lichess_dataset.py).