ckg's picture
initial commit -- decided to create a dedicated dataset for evals, the full test set as in the main dataset along with a number of few-shot examples (pulled from the train set)
c33fb03 verified
metadata
dataset_info:
  features:
    - name: __key__
      dtype: string
    - name: __url__
      dtype: string
    - name: json
      struct:
        - name: episode_id
          dtype: int64
        - name: messages
          list:
            - name: content
              dtype: string
            - name: role
              dtype: string
        - name: parent
          dtype: string
        - name: screenshot_height
          dtype: int64
        - name: screenshot_width
          dtype: int64
        - name: step_id
          dtype: int64
        - name: tools
          dtype: string
        - name: uid
          dtype: string
    - name: png
      dtype: image
  splits:
    - name: train
      num_bytes: 155267322
      num_examples: 300
    - name: test
      num_bytes: 4104352297
      num_examples: 8238
  download_size: 4189804440
  dataset_size: 4259619619
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*