Datasets:
Formats:
parquet
Size:
10K - 100K
Add VDR & DQA pipeline tag (#5)
Browse files- Add VDR & DQA pipeline tag (fab6408def5eeae227934ea5421a65b481f239c1)
Co-authored-by: merve <[email protected]>
README.md
CHANGED
@@ -22,4 +22,7 @@ configs:
|
|
22 |
data_files:
|
23 |
- split: train
|
24 |
path: data/train-*
|
|
|
|
|
|
|
25 |
---
|
|
|
22 |
data_files:
|
23 |
- split: train
|
24 |
path: data/train-*
|
25 |
+
task_categories:
|
26 |
+
- document-question-answering
|
27 |
+
- visual-document-retrieval
|
28 |
---
|