zhiqiulin commited on
Commit
89bad6f
·
verified ·
1 Parent(s): 3676864

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - google/flan-t5-xxl
7
  ---
8
+ # CLIP-FlanT5-XXL (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-xxl 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