File size: 474 Bytes
d640767 23506a8 d640767 23506a8 d640767 |
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: 6882178906
num_examples: 12335264
download_size: 1452913530
dataset_size: 6882178906
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|