Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- google/flan-t5-xl
|
7 |
+
---
|
8 |
+
# CLIP-FlanT5-XL (VQAScore)
|
9 |
+
|
10 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
11 |
+
|
12 |
+
This model is a fine-tuned version of google/flan-t5-xl designed for image-text retrieval tasks, as presented in the VQAScore paper.
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
- **Developed by:** Zhiqiu Lin and collaborators
|
19 |
+
- **Model type:** Vision-Language Generative Model
|
20 |
+
- **License:** Apache-2.0
|
21 |
+
- **Finetuned from model:** google/flan-t5-xxl
|
22 |
+
|
23 |
+
### Model Sources [optional]
|
24 |
+
|
25 |
+
<!-- Provide the basic links for the model. -->
|
26 |
+
|
27 |
+
- **Repository:** https://github.com/linzhiqiu/CLIP-FlanT5
|
28 |
+
- **Paper:** https://arxiv.org/pdf/2404.01291
|
29 |
+
- **Demo:** https://huggingface.co/spaces/zhiqiulin/VQAScore
|