Add VisualBERT demo notebook (#12263)

* Initialize VisualBERT demo

* Update demo

* Add commented URL

* Update README

* Update README
This commit is contained in:
Gunjan Chhablani
2021-08-11 19:40:59 +05:30
committed by GitHub
parent 83424ade1a
commit c71f73f438
8 changed files with 3633 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# VisualBERT Demo
This demo shows usage of VisualBERT VQA model and is adapted from LXMERT demo present [here](https://github.com/huggingface/transformers/blob/master/examples/research_projects/lxmert/demo.ipynb).
1. make a virtualenv: ``virtualenv venv`` and activate ``source venv/bin/activate``
2. install reqs: ``pip install -r ./requirements.txt``
3. usage is as shown in demo.ipynb