Skip to content

Commit

Permalink
upload pre-trained weights
Browse files Browse the repository at this point in the history
  • Loading branch information
guilk committed Jun 20, 2022
1 parent b7eee3c commit 00b4f34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ pip install -r requirements.txt
pip install -e .
```

## Pre-trained models
Task | Base set (4M) | Large set (5.6M)
---|---|---
`Pre-training` | [vlc_baseset.ckpt](https://drive.google.com/file/d/1NOd0qsjwltcOCfHpbp10hiPKRi9CkN0H/view?usp=sharing)| [vlc_largeset.ckpt](https://drive.google.com/file/d/10faDtJQfODnXlPFr4FGsQmYgICrBQph2/view?usp=sharing)
`VQA` | [vlc_baseset_vqa_submission](https://drive.google.com/file/d/1UzAMOIc2EH6LoJ_EJaD1bWZfQ8Yg1jwt/view?usp=sharing) | [vlc_largeset_vqa_submission](https://drive.google.com/file/d/19z7vAsMmU5gifbWMYYJDNN5Aezy95F8y/view?usp=sharing)
## Dataset Preparation

We follow [ViLT](https://github.com/dandelin/ViLT) and use `pyarrow` to serialize the datasets. See [this link](https://github.com/dandelin/ViLT/blob/master/DATA.md) for details.
Expand Down

0 comments on commit 00b4f34

Please sign in to comment.