Datasets:
Ramon Pires
commited on
Commit
•
ec9fc3d
1
Parent(s):
e211c79
Commenting the detaset_info to test if this is making erro
Browse files
README.md
CHANGED
@@ -5,26 +5,27 @@ configs:
|
|
5 |
data_files: 2022.jsonl
|
6 |
- config_name: '2023'
|
7 |
data_files: 2023.jsonl
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
28 |
task_categories:
|
29 |
- visual-question-answering
|
30 |
- multiple-choice
|
|
|
5 |
data_files: 2022.jsonl
|
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
|