llamia-chess-data / README.md
ssingh22's picture
Upload dataset (part 00002-of-00003)
3ee1d2b verified
|
raw
history blame
1.73 kB
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: projector_align
    features:
      - name: fen
        dtype: string
      - name: meta
        struct:
          - name: depth
            dtype: int64
          - name: knodes
            dtype: int64
      - name: id
        dtype: string
      - name: conv
        list:
          - name: from
            dtype: string
          - name: value
            dtype: string
      - name: class
        dtype: string
      - name: tokens
        dtype: int64
    splits:
      - name: train
        num_bytes: 56345315612.082535
        num_examples: 79022815
      - name: test
        num_bytes: 14260518.462189062
        num_examples: 20000
      - name: spatial_train
        num_bytes: 2659587406.224183
        num_examples: 3730001
      - name: spatial_test
        num_bytes: 7130259.231094531
        num_examples: 10000
    download_size: 12483241606
    dataset_size: 59026293796
configs:
  - config_name: LichessValidMultiEvaluationLines
    data_files:
      - split: train
        path: LichessValidMultiEvaluationLines/train-*
  - config_name: projector_align
    data_files:
      - split: train
        path: projector_align/train-*
      - split: test
        path: projector_align/test-*
      - split: spatial_train
        path: projector_align/spatial_train-*
      - split: spatial_test
        path: projector_align/spatial_test-*