maya-chess-data / README.md
ssingh22's picture
Upload dataset
34900a1 verified
metadata
dataset_info:
  - config_name: LichessValidMultiEvaluationLines
    features:
      - name: fen
        dtype: string
      - name: multi_evals
        dtype: bool
      - name: meta
        struct:
          - name: depth
            dtype: int64
          - name: knodes
            dtype: int64
      - name: pvs
        list:
          - name: cp
            dtype: int64
          - name: line
            dtype: string
          - name: mate
            dtype: int64
      - name: num_lines
        dtype: int64
    splits:
      - name: train
        num_bytes: 16902444248
        num_examples: 82976204
    download_size: 7945561664
    dataset_size: 16902444248
  - config_name: behavioural_cloning
    features:
      - name: conversations
        list:
          - name: from
            dtype: string
          - name: value
            dtype: string
      - name: state
        sequence: string
      - name: tokens
        dtype: int64
      - name: class
        dtype: string
    splits:
      - name: train
        num_bytes: 15311607327.85826
        num_examples: 18905204
      - name: test
        num_bytes: 80991494.87018631
        num_examples: 100000
    download_size: 4116086803
    dataset_size: 15392598822.728445
  - config_name: projector_align
    features:
      - name: state
        dtype: string
      - name: meta
        struct:
          - name: depth
            dtype: int64
          - name: knodes
            dtype: int64
      - name: id
        dtype: string
      - name: conversations
        list:
          - name: from
            dtype: string
          - name: value
            dtype: string
      - name: class
        dtype: string
      - name: tokens
        dtype: int64
    splits:
      - name: train
        num_bytes: 59681351697
        num_examples: 82772816
      - name: test
        num_bytes: 7204627
        num_examples: 10000
    download_size: 12799945530
    dataset_size: 59688556324
configs:
  - config_name: LichessValidMultiEvaluationLines
    data_files:
      - split: train
        path: LichessValidMultiEvaluationLines/train-*
  - config_name: behavioural_cloning
    data_files:
      - split: train
        path: behavioural_cloning/train-*
      - split: test
        path: behavioural_cloning/test-*
  - config_name: projector_align
    data_files:
      - split: train
        path: projector_align/train-*
      - split: test
        path: projector_align/test-*