Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# CLIP-BERT training data
|
2 |
+
|
3 |
+
This data was used to train the CLIP-BERT model first described in [this paper](https://arxiv.org/abs/2109.11321).
|
4 |
+
|
5 |
+
The dataset is based on text and images from MS COCO, SBU Captions, Visual Genome QA and Conceptual Captions.
|
6 |
+
|
7 |
+
The image features have been extracted using the CLIP model [openai/clip-vit-base-patch32](https://huggingface.co/openai/clip-vit-base-patch32) available on Huggingface.
|