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