vlm2_bench-samples / README.md
Jaehun's picture
Upload dataset
bf45f65 verified
metadata
dataset_info:
  - config_name: gc
    features:
      - name: data_source
        dtype: string
      - name: prompt
        list:
          - name: content
            dtype: string
          - name: role
            dtype: string
      - name: images
        list: image
      - name: reward_model
        struct:
          - name: ground_truth
            dtype: string
          - name: style
            dtype: string
      - name: extra_info
        struct:
          - name: gt_answer
            dtype: string
          - name: id
            dtype: string
          - name: original_question
            dtype: string
    splits:
      - name: train
        num_bytes: 16323457
        num_examples: 100
    download_size: 7465741
    dataset_size: 16323457
  - config_name: oc
    features:
      - name: data_source
        dtype: string
      - name: prompt
        list:
          - name: content
            dtype: string
          - name: role
            dtype: string
      - name: images
        list: image
      - name: reward_model
        struct:
          - name: ground_truth
            dtype: string
          - name: style
            dtype: string
      - name: extra_info
        struct:
          - name: gt_answer
            dtype: string
          - name: id
            dtype: string
          - name: original_question
            dtype: string
    splits:
      - name: train
        num_bytes: 17253818
        num_examples: 100
    download_size: 4737484
    dataset_size: 17253818
  - config_name: pc
    features:
      - name: data_source
        dtype: string
      - name: prompt
        list:
          - name: content
            dtype: string
          - name: role
            dtype: string
      - name: images
        list: image
      - name: reward_model
        struct:
          - name: ground_truth
            dtype: string
          - name: style
            dtype: string
      - name: extra_info
        struct:
          - name: gt_answer
            dtype: string
          - name: id
            dtype: string
          - name: original_question
            dtype: string
    splits:
      - name: train
        num_bytes: 31538208
        num_examples: 100
    download_size: 9633370
    dataset_size: 31538208
configs:
  - config_name: gc
    data_files:
      - split: train
        path: gc/train-*
  - config_name: oc
    data_files:
      - split: train
        path: oc/train-*
  - config_name: pc
    data_files:
      - split: train
        path: pc/train-*