File size: 474 Bytes
b0ba8eb f2253ba b0ba8eb f2253ba b0ba8eb |
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: 7570999537
num_examples: 13584528
download_size: 1599038712
dataset_size: 7570999537
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|