chess_FEN_dataset / README.md
Betha's picture
Upload dataset
4de373a verified
|
Raw
History Blame Contribute Delete
731 Bytes
metadata
dataset_info:
  features:
    - name: instruction
      dtype: string
    - name: input_text
      dtype: string
    - name: prompt
      dtype: string
    - name: output_text
      dtype: string
    - name: formatted_text
      dtype: string
    - name: system_prompt
      dtype: string
    - name: conversations
      list:
        - name: from
          dtype: string
        - name: value
          dtype: string
  splits:
    - name: train
      num_bytes: 46455349.644515224
      num_examples: 14694
    - name: validation
      num_bytes: 5162759.35548478
      num_examples: 1633
  download_size: 15716324
  dataset_size: 51618109
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*