File size: 611 Bytes
669ebd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: board
    dtype:
      array2_d:
        shape:
        - 8
        - 8
        dtype: int64
  - name: turn
    dtype:
      class_label:
        names:
          '0': white
          '1': black
  - name: winner
    dtype:
      class_label:
        names:
          '0': draw
          '1': white
          '2': black
  - name: move_id
    dtype: int32
  splits:
  - name: train
    num_bytes: 185111200
    num_examples: 325900
  download_size: 5153949
  dataset_size: 185111200
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---