Datasets:
derek-thomas
commited on
Commit
·
179a2d6
1
Parent(s):
c2d9599
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: question
|
7 |
+
dtype: string
|
8 |
+
- name: choices
|
9 |
+
sequence: string
|
10 |
+
- name: answer
|
11 |
+
dtype: int8
|
12 |
+
- name: hint
|
13 |
+
dtype: string
|
14 |
+
- name: task
|
15 |
+
dtype: string
|
16 |
+
- name: grade
|
17 |
+
dtype: string
|
18 |
+
- name: subject
|
19 |
+
dtype: string
|
20 |
+
- name: topic
|
21 |
+
dtype: string
|
22 |
+
- name: category
|
23 |
+
dtype: string
|
24 |
+
- name: skill
|
25 |
+
dtype: string
|
26 |
+
- name: lecture
|
27 |
+
dtype: string
|
28 |
+
- name: solution
|
29 |
+
dtype: string
|
30 |
+
splits:
|
31 |
+
- name: train
|
32 |
+
num_bytes: 431579159.804
|
33 |
+
num_examples: 12726
|
34 |
+
- name: validation
|
35 |
+
num_bytes: 144039504.812
|
36 |
+
num_examples: 4241
|
37 |
+
- name: test
|
38 |
+
num_bytes: 152149151.301
|
39 |
+
num_examples: 4241
|
40 |
+
download_size: 626082086
|
41 |
+
dataset_size: 727767815.917
|
42 |
+
---
|
43 |
+
# Dataset Card for "ScienceQA"
|
44 |
+
|
45 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|