Geo3K-VeRL / README.md
SteveZ25's picture
Upload dataset
d03c3c2 verified
metadata
dataset_info:
  features:
    - name: images
      sequence: image
    - name: data_source
      dtype: string
    - name: prompt
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: ability
      dtype: string
    - name: reward_model
      struct:
        - name: ground_truth
          dtype: string
        - name: style
          dtype: string
    - name: extra_info
      struct:
        - name: index
          dtype: int64
        - name: split
          dtype: string
  splits:
    - name: train
      num_bytes: 42720914.375
      num_examples: 2101
    - name: validation
      num_bytes: 5972743
      num_examples: 300
    - name: test
      num_bytes: 12272934
      num_examples: 601
  download_size: 59314036
  dataset_size: 60966591.375
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*