File size: 544 Bytes
7cc03a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: board
    sequence: 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: 174682400
    num_examples: 325900
  download_size: 4945142
  dataset_size: 174682400
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---