mantis_dataset / README.md
francepfl's picture
Upload dataset
c9e2bc1 verified
metadata
dataset_info:
  - config_name: default
    features:
      - name: id
        dtype: string
      - name: images
        list:
          - name: bytes
            dtype: 'null'
          - name: path
            dtype: string
      - name: conversation
        list:
          - name: content
            dtype: string
          - name: role
            dtype: string
    splits:
      - name: train
        num_bytes: 32321172
        num_examples: 23201
      - name: eval
        num_bytes: 8707158
        num_examples: 6249
      - name: test
        num_bytes: 19116592
        num_examples: 15480
    download_size: 2724018
    dataset_size: 60144922
  - config_name: mantis
    features:
      - name: id
        dtype: string
      - name: images
        list:
          - name: bytes
            dtype: 'null'
          - name: path
            dtype: string
      - name: conversation
        list:
          - name: content
            dtype: string
          - name: role
            dtype: string
    splits:
      - name: train
        num_bytes: 32321172
        num_examples: 23201
      - name: eval
        num_bytes: 8707158
        num_examples: 6249
      - name: test
        num_bytes: 19116592
        num_examples: 15480
    download_size: 2724018
    dataset_size: 60144922
  - config_name: mantis_augmented
    features:
      - name: id
        dtype: string
      - name: images
        list:
          - name: bytes
            dtype: 'null'
          - name: path
            dtype: string
      - name: conversation
        list:
          - name: content
            dtype: string
          - name: role
            dtype: string
    splits:
      - name: train
        num_bytes: 49856315
        num_examples: 37245
      - name: eval
        num_bytes: 13410116
        num_examples: 10017
      - name: test
        num_bytes: 19116592
        num_examples: 15480
    download_size: 3309661
    dataset_size: 82383023
  - config_name: mantis_augmented_cot
    features:
      - name: id
        dtype: string
      - name: images
        list:
          - name: bytes
            dtype: 'null'
          - name: path
            dtype: string
      - name: conversation
        list:
          - name: content
            dtype: string
          - name: role
            dtype: string
    splits:
      - name: train
        num_bytes: 90535982
        num_examples: 37245
      - name: eval
        num_bytes: 24348644
        num_examples: 10017
      - name: test
        num_bytes: 33638921
        num_examples: 15480
    download_size: 3661949
    dataset_size: 148523547
  - config_name: mantis_cot
    features:
      - name: id
        dtype: string
      - name: images
        list:
          - name: bytes
            dtype: 'null'
          - name: path
            dtype: string
      - name: conversation
        list:
          - name: content
            dtype: string
          - name: role
            dtype: string
    splits:
      - name: train
        num_bytes: 54067897
        num_examples: 23201
      - name: eval
        num_bytes: 14571634
        num_examples: 6249
      - name: test
        num_bytes: 33638921
        num_examples: 15480
    download_size: 2993150
    dataset_size: 102278452
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: eval
        path: data/eval-*
      - split: test
        path: data/test-*
  - config_name: mantis
    data_files:
      - split: train
        path: mantis/train-*
      - split: eval
        path: mantis/eval-*
      - split: test
        path: mantis/test-*
  - config_name: mantis_augmented
    data_files:
      - split: train
        path: mantis_augmented/train-*
      - split: eval
        path: mantis_augmented/eval-*
      - split: test
        path: mantis_augmented/test-*
  - config_name: mantis_augmented_cot
    data_files:
      - split: train
        path: mantis_augmented_cot/train-*
      - split: eval
        path: mantis_augmented_cot/eval-*
      - split: test
        path: mantis_augmented_cot/test-*
  - config_name: mantis_cot
    data_files:
      - split: train
        path: mantis_cot/train-*
      - split: eval
        path: mantis_cot/eval-*
      - split: test
        path: mantis_cot/test-*