Lovisa Hagstrom
commited on
Commit
·
5f17b06
1
Parent(s):
1e047ae
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license:
|
| 5 |
+
- cc-by-sa-3.0
|
| 6 |
+
multilinguality:
|
| 7 |
+
- monolingual
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
The Wikipedia 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 "20200501.en" revision of the [wikipedia dataset](https://huggingface.co/datasets/wikipedia) on Huggingface.
|