YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Beyond Document Page Classification
We release the benchmarking code together with the proposed datasets:
For consistency, we add it as an anonymous model repository (can be cloned) in HuggingFace.
Installation
The scripts require python >= 3.8 to run. We will create a fresh virtualenvironment in which to install all required packages.
mkvirtualenv -p /usr/bin/python3 BYD
Using poetry and the readily defined pyproject.toml, we will install all required packages
workon BYD
pip3 install poetry
poetry install
Experiments
To replicate all experiment results from the paper, run experiments.sh
./experiments.sh