ckg's picture
resolved a bug in the way sample ui trees mapped to instances, array indexing
534125c verified
metadata
license: mit
dataset_info:
  features:
    - name: uid
      dtype: string
    - name: parent
      dtype: string
    - name: episode_id
      dtype: int64
    - name: step_id
      dtype: int64
    - name: messages
      list:
        - name: role
          dtype: string
        - name: content
          dtype: string
    - name: tools
      dtype: string
  splits:
    - name: train
      num_bytes: 2609881471.9098177
      num_examples: 75746
    - name: test
      num_bytes: 290013629.0901821
      num_examples: 8417
  download_size: 376351185
  dataset_size: 2899895101
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*