File size: 474 Bytes
d900841
 
 
 
 
 
 
 
 
 
 
 
57516a8
d900841
 
 
 
 
 
57516a8
d900841
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: white_elo
    dtype: uint16
  - name: black_elo
    dtype: uint16
  - name: avg_elo
    dtype: uint16
  - name: result
    dtype: uint8
  - name: moves
    sequence: string
  - name: checkmate
    dtype: bool_
  splits:
  - name: train
    num_bytes: 8904643861
    num_examples: 16107978
  download_size: 1884776387
  dataset_size: 8904643861
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---