File size: 474 Bytes
0c6f9cb a8dac72 0c6f9cb a8dac72 0c6f9cb |
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: 9854779941
num_examples: 17815797
download_size: 2086328758
dataset_size: 9854779941
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|