Lichess-ML-v1 / README.md
avewright's picture
Upload dataset
c0628eb verified
metadata
dataset_info:
  features:
    - name: board
      dtype:
        array2_d:
          shape:
            - 8
            - 8
          dtype: int32
    - name: move_played
      dtype: int32
    - name: turn_color
      dtype: int8
    - name: legal_move_mask
      list: bool
      length: 1968
    - name: winner_color
      dtype: int8
    - name: castling_rights
      list: bool
      length: 4
    - name: en_passant_rights
      dtype: int8
    - name: move_number
      dtype: int32
    - name: number_of_pieces_on_board
      dtype: int32
    - name: UTCDate
      dtype: string
    - name: UTCTime
      dtype: string
    - name: WhiteElo
      dtype: int32
    - name: BlackElo
      dtype: int32
    - name: ECO
      dtype: string
    - name: Opening
      dtype: string
  splits:
    - name: train
      num_bytes: 368487002.62669617
      num_examples: 586182
    - name: test
      num_bytes: 40943419.373303816
      num_examples: 65132
  download_size: 62462525
  dataset_size: 409430422
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*