File size: 921 Bytes
0c3c90b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ac98cbb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
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](https://arxiv.org/pdf/2209.09513.pdf) where only examples with an image are kept, and where we formatted the prompt.