Datasets:
Tasks:
Visual Question Answering
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
< 1K
Tags:
table-question-answering
table-understanding
markup-driven-understanding
visual-document-understanding
| from __future__ import annotations | |
| # ========================= | |
| # ========================= | |
| CONFIG_FLAG_POOL = [ | |
| "Align", | |
| "Reg", | |
| "Control", | |
| "Gate", | |
| "Mask", | |
| "Tune", | |
| "Calib", | |
| "Shift", | |
| ] | |
| DELTA_METRIC_POOL = [ | |
| "MetA", | |
| "MetB", | |
| "MetC", | |
| "MetD", | |
| "MetE", | |
| "MetF", | |
| "MetG", | |
| "MetH", | |
| ] | |