Add task_categories to metadata
Browse filesThis PR adds `task_categories` to the metadata of the dataset card.
README.md
CHANGED
|
@@ -54,6 +54,8 @@ configs:
|
|
| 54 |
data_files:
|
| 55 |
- split: test
|
| 56 |
path: data/test-*
|
|
|
|
|
|
|
| 57 |
---
|
| 58 |
|
| 59 |
# EOC-Bench : Can MLLMs Identify, Recall, and Forecast Objects in an Egocentric World?
|
|
|
|
| 54 |
data_files:
|
| 55 |
- split: test
|
| 56 |
path: data/test-*
|
| 57 |
+
task_categories:
|
| 58 |
+
- video-text-to-text
|
| 59 |
---
|
| 60 |
|
| 61 |
# EOC-Bench : Can MLLMs Identify, Recall, and Forecast Objects in an Egocentric World?
|