rubentito commited on
Commit
3a97366
1 Parent(s): 8ce7e25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -13,5 +13,6 @@ language:
13
  This is BigBird-base trained on TriviaQA from [Google hub](https://huggingface.co/google/bigbird-base-trivia-itc) and fine-tuned on Multipage DocVQA (MP-DocVQA) dataset.
14
  * Due to Huggingface implementation, the global tokens are defined according to the Internal Transformer Construction (ITC) strategy.
15
 
16
- - Results on the MP-DocVQA dataset are reported in table 2.
 
17
  - Training hyperparameters can be found in Table 8 of Appendix D
 
13
  This is BigBird-base trained on TriviaQA from [Google hub](https://huggingface.co/google/bigbird-base-trivia-itc) and fine-tuned on Multipage DocVQA (MP-DocVQA) dataset.
14
  * Due to Huggingface implementation, the global tokens are defined according to the Internal Transformer Construction (ITC) strategy.
15
 
16
+ This model was used as a baseline in [Hierarchical multimodal transformers for Multi-Page DocVQA](https://arxiv.org/pdf/2212.05935.pdf).
17
+ - Results on the MP-DocVQA dataset are reported in Table 2.
18
  - Training hyperparameters can be found in Table 8 of Appendix D