Datasets:
Ramon Pires
commited on
Commit
•
31a564d
1
Parent(s):
ec9fc3d
Putting back the detaset_info
Browse files
README.md
CHANGED
@@ -6,26 +6,26 @@ configs:
|
|
6 |
- config_name: '2023'
|
7 |
data_files: 2023.jsonl
|
8 |
default: true
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
task_categories:
|
30 |
- visual-question-answering
|
31 |
- multiple-choice
|
|
|
6 |
- config_name: '2023'
|
7 |
data_files: 2023.jsonl
|
8 |
default: true
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: id
|
12 |
+
dtype: string
|
13 |
+
- name: exam
|
14 |
+
dtype: string
|
15 |
+
- name: IU
|
16 |
+
dtype: bool
|
17 |
+
- name: ledor
|
18 |
+
dtype: bool
|
19 |
+
- name: question
|
20 |
+
dtype: string
|
21 |
+
- name: alternatives
|
22 |
+
sequence: string
|
23 |
+
- name: figures
|
24 |
+
sequence: string
|
25 |
+
- name: description
|
26 |
+
sequence: string
|
27 |
+
- name: label
|
28 |
+
dtype: string
|
29 |
task_categories:
|
30 |
- visual-question-answering
|
31 |
- multiple-choice
|