nielsr HF Staff commited on
Commit
add7158
·
verified ·
1 Parent(s): 0dfdcc9

Add task category

Browse files

Since 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.

Files changed (1) hide show
  1. README.md +1 -0
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).