Commit ·
9ac1962
1
Parent(s): b609169
update readme
Browse files
README.md
CHANGED
|
@@ -4,16 +4,16 @@ task_categories:
|
|
| 4 |
- visual-question-answering
|
| 5 |
- object-detection
|
| 6 |
configs:
|
| 7 |
-
- config_name:
|
| 8 |
data_files:
|
| 9 |
- split: test
|
| 10 |
-
path: image_data/
|
| 11 |
---
|
| 12 |
|
| 13 |
# Loading the dataset
|
| 14 |
|
| 15 |
-
- image_data/
|
| 16 |
-
- mcq_data/
|
| 17 |
|
| 18 |
# Note:
|
| 19 |
|
|
|
|
| 4 |
- visual-question-answering
|
| 5 |
- object-detection
|
| 6 |
configs:
|
| 7 |
+
- config_name: Image_List
|
| 8 |
data_files:
|
| 9 |
- split: test
|
| 10 |
+
path: image_data/Image_List.csv
|
| 11 |
---
|
| 12 |
|
| 13 |
# Loading the dataset
|
| 14 |
|
| 15 |
+
- image_data/Image_List.csv contains the dataset.
|
| 16 |
+
- mcq_data/MCQ_List_no_ans.csv contains the mcq questions.
|
| 17 |
|
| 18 |
# Note:
|
| 19 |
|