Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license:
|
5 |
+
- mit
|
6 |
+
multilinguality:
|
7 |
+
- monolingual
|
8 |
+
---
|
9 |
+
|
10 |
+
The LXMERT text finetune data used to train visual features for the adaption of vision-and-language models to text-only tasks in the paper "How to Adapt Pre-trained Vision-and-Language Models to a Text-only Input?".
|
11 |
+
|
12 |
+
The data has been created from the data made available by the [LXMERT repo](https://github.com/airsplay/lxmert).
|