ScienceQAImg_Modif / README.md
HugoLaurencon's picture
Update README.md
ac98cbb verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: image
      dtype: image
    - name: context
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': A
            '1': B
            '2': C
            '3': D
            '4': E
  splits:
    - name: train
      num_bytes: 204229907.55288386
      num_examples: 6218
    - name: validation
      num_bytes: 68613530.46875736
      num_examples: 2097
    - name: test
      num_bytes: 65108877.472058475
      num_examples: 2017
  download_size: 661814327
  dataset_size: 337952315.4936997

Dataset Card for "ScienceQAImg_Modif"

This dataset contains the ScienceQA benchmark where only examples with an image are kept, and where we formatted the prompt.