Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- VQA
|
| 9 |
+
- KBVQA
|
| 10 |
+
- RAVQA
|
| 11 |
+
- Retrieval
|
| 12 |
+
---
|
| 13 |
+
This is the official release of resources for the RAVQA-V2. This repository contains the pre-extracted features for OK-VQA, and the pre-trained checkpoints for RAVQA-V2 (equipped with Fine-grained Late-interaction Multi-modal Retrieval).
|
| 14 |
+
The code can be found on [Github](https://github.com/LinWeizheDragon/Retrieval-Augmented-Visual-Question-Answering/tree/RAVQAv2)
|