CoolFace
Datasetpublic

LIME-DATA/scienceqa

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes20downloads
README.md35 linesDownload Raw Back to root
1---
2license: apache-2.0
3dataset_info:
4  features:
5  - name: level
6    dtype: string
7  - name: question
8    dtype: string
9  - name: question_id
10    dtype: int64
11  - name: image
12    dtype: image
13  - name: answer
14    dtype: int64
15  - name: description
16    dtype: string
17  - name: choices
18    sequence: string
19  - name: hint
20    dtype: string
21  - name: task
22    dtype: string
23  splits:
24  - name: train
25    num_bytes: 5309403.0
26    num_examples: 292
27  download_size: 4545476
28  dataset_size: 5309403.0
29configs:
30- config_name: default
31  data_files:
32  - split: train
33    path: data/train-*
34---
35