Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,20 @@ This model was used as a baseline in [Hierarchical multimodal transformers for M
|
|
20 |
- Training hyperparameters can be found in Table 8 of Appendix D.
|
21 |
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
## How to use
|
24 |
|
25 |
Here is how to use this model to get the features of a given text in PyTorch:
|
|
|
20 |
- Training hyperparameters can be found in Table 8 of Appendix D.
|
21 |
|
22 |
|
23 |
+
## Model results
|
24 |
+
|
25 |
+
Extended experimentation can be found in Table 2 of [Hierarchical multimodal transformers for Multi-Page DocVQA](https://arxiv.org/pdf/2212.05935.pdf).
|
26 |
+
You can also check the live leaderboard at the [RRC Portal](https://rrc.cvc.uab.es/?ch=17&com=evaluation&task=4).
|
27 |
+
| Model | HF name | ANLS | APPA |
|
28 |
+
|-----------------------------------------------------------------------------------|:--------------------------------------|:-------------:|:---------:|
|
29 |
+
| [**Bert-large**](https://huggingface.co/rubentito/bert-large-mpdocvqa/tree/main) | rubentito/bert-large-mpdocvqa | 0.4183 | 51.6177 |
|
30 |
+
| [Longformer-base](https://huggingface.co/rubentito/longformer-base-mpdocvqa) | rubentito/longformer-base-mpdocvqa | 0.5287 | 71.1696 |
|
31 |
+
| [BigBird ITC base](https://huggingface.co/rubentito/bigbird-base-itc-mpdocvqa) | rubentito/bigbird-base-itc-mpdocvqa | 0.4929 | 67.5433 |
|
32 |
+
| [LayoutLMv3 base](https://huggingface.co/rubentito/layoutlmv3-base-mpdocvqa) | rubentito/layoutlmv3-base-mpdocvqa | 0.4538 | 51.9426 |
|
33 |
+
| [T5 base](https://huggingface.co/rubentito/t5-base-mpdocvqa) | rubentito/t5-base-mpdocvqa | 0.5050 | 0.0000 |
|
34 |
+
| Hi-VT5 | TBA | 0.6201 | 79.23 |
|
35 |
+
|
36 |
+
|
37 |
## How to use
|
38 |
|
39 |
Here is how to use this model to get the features of a given text in PyTorch:
|