Datasets:
Add task category
Browse filesSince this is a multimodal (VLM) dataset, it's appropriate to add the "image-text-to-text" task category.
Btw would be cool to make your dataset compatible with the Datasets library so that the viewer works: https://huggingface.co/docs/dataset-viewer/en/index.
We recently added native support for the PDF feature in Datasets: https://huggingface.co/docs/datasets/main/en/document_load
Let me know if you need any help.
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
- table-question-answering
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
This repository contains the dataset for [MDocAgent: A Multi-Modal Multi-Agent Framework for Document Understanding](https://huggingface.co/papers/2503.13964).
|
|
|
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
- table-question-answering
|
| 5 |
+
- image-text-to-text
|
| 6 |
---
|
| 7 |
|
| 8 |
This repository contains the dataset for [MDocAgent: A Multi-Modal Multi-Agent Framework for Document Understanding](https://huggingface.co/papers/2503.13964).
|